We are using JIRA Cloud for Silverpeak to manage Issues and Test Executions.
Now, we want to create a new Gadget to calculate the quantity of Test Executions by status (pass, fail, wip, blocked and unexecuted) and show them on a Pie chart. This gadget needs at least one parameter: ZQL Filter Query. With this gadget, QA Tester can run a Python script (calling “/rest/api/2/dashboard”) to add this gadget to JIRA Cloud dashboard. As of writing this topic, this script already can successfully add a Gadget of “Test Execution Details” to dashboard; However, Besides the detailed information, QA Tester also wants a summary result shown in Pie chart.
Th following tutorial:
lets me know how to create a gadget, so I install Atlassian Plugin SDK and take a try.
Robert Massaioli told us this SDK is only for Atlassian Server development, see the following topic
So, I follow the guides:
https://developer.atlassian.com/cloud/jira/platform/getting-started/
https://developer.atlassian.com/cloud/jira/platform/build-a-jira-app-using-a-framework/
and successfully create “Greating” and “Hello Word” on navigation bar on my developing JIRA Cloud instance.
I find the following description:
https://developer.atlassian.com/cloud/jira/platform/extending-the-user-interface/
Dashboard items: allows apps to provide a gadget to display on Jira Cloud dashboards.
So far, I can’t find any detailed information for how to develop a Gadget for JIRA Cloud instance.
Would anybody like to tell us how to do this, is there an example with being similar to requirement, or where I can find any detailed guide.
Any helps or suggestions will be appreciated.
Here, thanks Robert Massaioli again for his worth reply.
Best wishes.
BTW, our Python script calls JIRA REST api and Zephyr Cloud REST API.