Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.7 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.7 KB

JIRA Cloud checklist plugin

Plain and simple check/todo list plugin using atlassian-connect-express. Data persistence is achieved via entity properties.

Preview:

Demo

Usage

  • 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.

Dev notes