Plain and simple check/todo list plugin using atlassian-connect-express. Data persistence is achieved via entity properties.
Preview:
-
Enable development mode for your JIRA instance.
-
use ngrok for tunneling your local application:
npm install --save-dev ngrok@2
-
a valid credentials.json file for auto (de)registration as found here.
-
install dependencies:
npm install
- to register and test the add-on :
npm start
This will install your plugin ready for use.
- Flood fill your issues with TODOs.
-
plugin is not actively maintained!
-
Atlassian-connect-express manages auto registration and deregistration of your add-on.For details, please refer to atlassian-connect-express README. For manual deployment, please refer to the getting started
-
The plugin replaces the deprecated juggling-db in favor of sequalize according to recent release.
-
If you have any problems with usage or installation, feel free to email me.