I must be missing something simple here. I've got an agile board set up to support multiple projects, but when I try to view a version report it appears that Agile only supports viewing the report on one project at a time because it prefaces each available version to report on with the project name.
Is there any way to get a story point burn down of some sort or another on >1 project at a time?
Thanks,
Mike
It would be easy by using SQL for JIRA.
The following query will get all the versions for all the boards:
select * from AGILE.BOARDS b inner join AGILE.BOARDVERSIONS v on v.board.id=b.id
Then join the ISSUEVERSIONS table to get the issues for each version above and the ISSUECUSTOMFIELDS table to get the Story Points, etc.
Validate your expertise in managing Jira Service Projects for Cloud. Master configuration, optimize workflows, and manage users seamlessly. Earn global 🗺️ recognition and advance your career as a trusted Jira Service management expert.
Get Certified! ✍️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.