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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I'm trying to add in Features on a confluence page just like you with issues. Is this possible?
I want to be able to display features on a confluence page, but I'm not sure how to do that.
Typically Confluence and Jira will be linked, then within the Confluence Editor you have a couple of options:
Jira Macro Documentation https://confluence.atlassian.com/doc/jira-issues-macro-139380.html
If you use the Jira Macro, you can perform a Search with JQL against the Jira data. Use the Display Options and Table to show multiple issues on the Confluence side. Something like this, where Project is the Jira project and type are Issue Types configured on your Jira instance.
project = ATL and type in (Story, Bug, Feature)
For a single issue you should be able to just reference the issue key ATL-1, which is the project key and incremented number, 2, 3 ...100 etc. You can show a single issue as a table and include description fields etc.... embedding the Jira issue content you want vs a link.
Our "features" are Epics so our type is actually Epic, so the above is also assuming Jira is configured with a "Feature" issue type.