So basically what I am trying to do is create a roll up page in Confluence for our managers to get insight on our epics. Now our epics have multiple Stories and Tasks associated so for example, Epic #007 has 5 tasks, I am looking for a filter that will allow me to display just the tasks under that epic in a table on my Confluence page.
Hi Johny,
If I understand correctly, a Jira Issue Macro with the proper JQL should do the trick. I always test my JQL in Jira first, where we have the handy syntax helper, then add it to Confluence using the Jira Issue/Filter macro. For this my JQL was:
"Epic Name" = epictest OR "Epic Name" = epictest2
In Jira:
In Confluence:
Thanks,
Ann
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.