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
I am trying to use the JIRA filter macro in confluence to create a list of all the child issues of a specific epic.
If I just use key = [epicname] I only see the epic itself, and none of the child issues.
I am sure this is really simple but I can't find anything in the documentation.
Thanks in advance!
Thank you, that works!
I also used a filter in JIRA and then copied the URL into the filter box in the confluence JIRA macro:
"Epic Link" = project-1234
this also worked,.
Using the Jira Issue/Filter Macro, you can use JQL, something like this:
parentEpic = "ISSUE_KEY"
Where ISSUE_KEY is the key of the Epic.
See below screenshot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Three is no simple soluition. Maybe using tjhe query language, but that is work around, and difficult to learn for non programmers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The filter should be changed to include the epic linked issues with parentEpic() function @Margaret Chidgey
Linking a community question here
And documentation here
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Margaret- I am planning to use the formula that you're using for adding all stories of an epic into confluence. can you please share ut
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.