Hi
We are having some trouble getting the connect report module to render via the app descriptor:
https://developer.atlassian.com/cloud/jira/platform/modules/report/
My understanding is that we should see a listing in the reports sidebar but nothing shows up? We are declaring the module like so:
"jiraReports": [
{
"url": "/project-report?projectKey={project.key}",
"description": {
"value": "Track and report stuff"
},
"reportCategory": "other",
"name": {
"value": "Amazing app report"
},
"key": "amazing-app-report"
}
],
We have also tried adding a “ServiceDeskReport” module as documented for Jira Service Management Agent Views:
https://developer.atlassian.com/cloud/jira/service-desk/agent-view/#report
"serviceDeskReports": [
{
"key": "custom-service-desk-report",
"name": {
"value": "Amazing app report"
},
"url": "/project-report?projectKey={project.key}"
}
]
This does render a menu item in the reports sidebar but the associated iframe will not load…
What am I missing here? Any assistance would be greatly appreciated