I want create a page for each next sprint
page title : next sprint name
Page content: sprint goal followed by list of issues included in this spring
Hi @Heba Salem! Welcome to the community!
You might want to see if the Sprint Planning Meeting Template works for you or at least use it as a starting point https://www.atlassian.com/software/confluence/templates/sprint-planning-meeting.
Once you have your sprint created in Jira and want to display it in the confluence article, go to Macro's and insert the Jira Issues Macro. Write the JQL to specify which sprint and issues you want to display and search. Then configure the columns to display and click "Insert Issues". The issues will display in a table in your confluence article.
Hello Summer
thanks for ur help
I intially created a rule to fetch the sprint filed update in a spcific jira issue and then create a page on confulnce using {{sprint.name}} as a smart value which worked well
then I went on discovering the jira api's and used command line to return values for sprint goal and issues keys and summeries included in same sprint as my triggir issue
my silly question is how to utilize these comands dynamically to auto create the page for the sprint with the correct data each time ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi again @Heba Salem,
There's no way to do this in Automation as all it can do is create the page with the sprint name. What do you mean by "used the API" and "command line"? Are you using an external utility like Bob Swift's CLI to issue commands to gather data? If it helps Scriptrunner can create more complex pages from a Jira issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hello
that would be greate if possible do u have any source explaing more how we can do this ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello again @Heba Salem - If you want to go to the SR route, then https://library.adaptavist.com/entity/create-confluence-page-for-issues?tab=cloud can create many pages, but if you look closely at the "content" bits, you can see you can add whatever content you might want. It's not exclusive to SR either, the same principles apply for other things! See this article for more info.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And if all my answers helped you, please accept it by clicking on "Accept Answer" above as that helps me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI there @Heba Salem
The easiest way is to create an automation that creates a page for you "automagically" every time the Sprint is closed.
All you need is to be a Project Admin for the selected Jira project that hosts your Scrum board. Once in the project:
1. Go to Project Settings/Automation
2. Create a new Rule
3. Choose/Search for the trigger "Sprint Completed"
4. Choose Action "Create Page in Confluence"
5. Use a template for the title like on the screenshot
6. Link your space and parent page
Enjoy!
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.