These docs describe how to define a report in your Atlassian Connect plugin for JIRA:
https://developer.atlassian.com/cloud/jira/software/modules/report/
However these reports are created within the context of the entire project rather than the context of a specific board (even for reports with a reportCategory of 'agile' or 'AGILE').
Only project.key and project.id are available to the add-on. When I add board.id to the url in the descriptor, it is left undefined.
How can I create a report for a board, consistent with most of the existing reports under the "Agile" category?
You might want to ask over at the Developer Community https://community.developer.atlassian.com
But there isn’t probably a good answer since reports are usually attached to the project (but with next gen projects - the boards seem to be heading that way as well)
Adding to that I would suggest to simply ask in a dropdown for the board you want to generate the report to.
If you use this: /rest/agile/1.0/board?projectKeyOrId=${projectKey} you can get a list.
In most cases you will only get one board in the response. In that case you can simply take that one as the selected board and hide the dropdown selection.
The other way to directly link a feature to a board is the web-sections, from what I can tell:
https://developer.atlassian.com/cloud/jira/software/boards/
From there you can link your report directly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Daniel Wester _55 Degrees_ @Stefan KAHLERT
Does this module ("jiraReports") work for next-gen projects ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.