You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi community, I try to create Jira Automation for sprint reporting. I'd like to get next flow: when I complete a sprint Jira Automation create page in Confluence with issues list on Page from this sprint.
I tried to use Lookup Issue but I stuck when I create JQL quure, because I can't get how to use variables there.
And also, I don't understand how I can parametrisation my Confidence template. Maybe is there some manual for it?
Hi Nikita,
I can confirm that if you use ScriptRunner for Jira Cloud it would be possible to achieve this requirement.
You could achieve this by configuring a Script Listener to run on the Sprint Started event for your project.
The script would start of using JQL to search for all issues in the sprint, and we have an example here that shows how to search for issues using JQL inside a script that you can use as an example.
For the JQL you can refer to the Atlassian page here to see the JQL query to use to return the issues in the sprint that you require.
Your script would then create a new confluence page with the issues returned on it, and I can confirm we have an example of how to create a confluence page here.
You will be able to use these examples as a reference guide to help create the script that you require.
Regards,
Kristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.