I have created a sprint report in Confluence and need to populate it with the completed user stories from JIRA. Is there any way of setting this up so it is automatic and just updates the report in Confluence once the user story has been completed in JIRA?
Hi @Megi Alexander,
Yes, there is a way to insert and automatically update completed Jira issues on a Confluence page. You can use the 'Jira Issues' macro. This enables you to use Jira Query Language (JQL) to fetch required issues from Jira. JQL helps you filter the issues based on the defined query, which in your case should be something like -
Project = XYZ AND fixVersion = x.xx AND Resolution = Closed (or Complete or whatever status is defined in your Jira).
Also, you can define the sorting order of the issues list using JQL.
To understand more about this macro, please refer to https://confluence.atlassian.com/doc/jira-issues-macro-139380.html. This article also navigates you to JQL help, where you can learn more about the query.
Hope you found what you are looking for!
Thanks
Sireesha
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.