Dear All,
Our requirement is to develop a plugin in JIRA in the next 3 days that will enable
1. Tag/link the JIRA issue/user story/bug/task with a KPI in our application. User will search the KPI's assigned to him in a search box and will link it with selected KPI.
2. Update the status of the KPI in our application when the JIRA issue/user story/bug/task is completed.
I have read the following documentation links and able to develop a simple/raw JIRA plugin, but now not sure how to approach and what to do to achieve the above-stated requirement.
https://developer.atlassian.com/cloud/jira/platform/getting-started/
https://developer.atlassian.com/cloud/jira/platform/extending-the-user-interface/
I am looking for help on the following question from all the experts out there
1. Where to start next and how to go about it. We know Nodejs and will be comfortable in developing the plugin in same?
2. What kind of modules are required to display the KPIs from our application in the search box on the JIRA UI where the issue and its details are displayed?
3. When the issue/user story/bug/task is completed, how I can write/inject a script that will invoke the REST API of our application and will update the KPI status?
4. Where I can store the JIRA issue and KPI mapping information? Can this information be stored in JIRA?
Thanks........