I have set up a Jira Issues table using the macro described here: https://confluence.atlassian.com/doc/jira-issues-macro-139380.html
This macro includes the display options I'm looking for: key, assignee, reporter, link to Confluence page.
However, I'm not looking to organize a table with all of my team's issues (there are too many to make this useful), but instead to organize based on our open epics.
Is this possible while also including in the table the other display options mentioned above?
Thank you!
Hey @Kelsey Ihinger
Welcome to Atlassian Community !!
It's possible, you can write a JQL filter in same macro like
project = ABC and issuetype = Epic and status != Closed
This query will fetch Epic Issues only which are not closed
Regards,
Vishwas
Hi @Vishwas
Thank you for your response! The search worked, but it didn't bring back exactly what I was hoping for. Here's what I'm running into now:
Any further advice or resources would be appreciated!
Best,
Kelsey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Kelsey Ihinger
What is the exact JQL you are using in confluence to pull the data from Jira, maybe we have to narrow the search to streamline to show those epics. Like just pull the status that you are seeing in backlog.
And the ORDER BY operator works too, give a try
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.