We are currently using the free plan of Jira, and I need to set up an automatic integration between Jira and Confluence. The goal is to display the project status for the our project on a Confluence page and ensure its updated in real-time from Jira. This page should be accessible to stakeholders without needing manual updates.
Specifically, I need help with the following:
I need immediate assistance as we are planning to showcase the integration next week. Any advice, step-by-step guidance, or links to relevant documentation would be greatly appreciated!
Hi Fahad,
AIt looks like there is a Confluence Macro for sharing plans in confluence:
https://confluence.atlassian.com/jirasoftwareserver/share-plan-and-export-data-from-advanced-roadmaps-1044784271.html#ShareplanandexportdatafromAdvancedRoadmaps-embedconfluence
There is also another Jira macro for sharing Jira Issues:
https://confluence.atlassian.com/doc/jira-issues-macro-139380.html
I think you can read about the limitation there.
With regards to permissions. Typically the user who has the Permission to access these in Jira can view them in Confluence.
If you want to share information with non jira users then you are going to need to set up something custom like a pipeline to utilise the Jira and Confluence APIs. Where you extract the information from Jira, select the information you want to share, formate it into a html table and post it the Table in confluence.
We have a project running with four sprints, and I need to sync the details from Jira to Confluence. I want any changes made in Jira to automatically reflect in Confluence. Specifically, I need the following details to be displayed in Confluence: milestones, sprint deadlines, progress, bugs, issues, and team member assignments. Could you please help me understand how to sync Jira and Confluence so that all this information is updated in real-time on a single Confluence page?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In real time you will use the Macros as mentioned. The end user will only need to refresh to get the updated information, so the time delay is minimum.
If you are wanting to share the information with non jira users then you will need to create something like a custom pipeline. But you will need to ensure all the information is contained on the issue level as I do not think there is published api to get the milestone information from Jira Plans
But to enhance it you will need to trigger the pipeline via Jira Automation Action "Send Web Request". But this could delay the update by a minute or so.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get the most out of Jira Service Management
Solve customer problems efficiently and deliver outstanding service experiences.
Learning Path
Adopt ITSM practices to deliver exceptional service
Become familiar with the principles and practices that drive ITSM. Then, learn how to configure and use Jira Service Management to implement them.
Atlassian Certified Associate
Jira Service Management Agent Essentials certification
Prove you know what's essential to providing efficient and resolution-focused service in Jira Service Management.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.