Renders a calendar showing issue with Due Dates set to some particular date. It is possible to configure query for the issues that will be shown Works in YouTrack 2018.1+, Hub 2018.1+, Upsource 2018.1+.
- NodeJS and NPM are required
- Run
npm install
in the project folder to install dependencies - Run
npm start
in the project folder to run development http server - Open widgets playground (/dashboard/widgets-playground) and enter your development server address.
- To build dist user
npm run-script build
- After running
npm run-script build
archive all content of dist as ZIP file and it is ready to upload to Hub
The code of this widget is licensed with Apache 2.0.