Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,104
Community Members
 
Community Events
184
Community Groups

Table Filter macro

I am trying to create a filter for Jira issues that filter by a specific Epic.  So in my project I have 10 Epics but for a specific status I only want to show 1 Epic and all its task under it.  I can get the specific Epic to show but none of the task.  Any ideas

 

I tried the following

project = AVOB AND issuetype = Epic AND epicLink = (AccountRating)

project = AVOB AND issuetype = Epic AND epicLink = accountRating

project = AVOB AND issuetype = Epic AND epiclink = accountRating

project = AVOB AND issuetype = Epic AND epic = accountRating

1 answer

1 accepted

0 votes
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 25, 2023

Hello @Juan Fuentes 

Your syntax is incorrect. 

If you want the results to show the Epic and
its child issues, and
"AccountRating" is the name of the Epic, and
the issues are in a Company Managed project in Jira...

then the syntax you need is this:

project=AVOB and ((issuetype=Epic and "Epic Name"="AccountRating") or ("Epic Link" = "AccountRating"))

 

(issuetype=Epic and "Epic Name"="AccountRating") gets you the Epic named "AccountRating".

("Epic Link" = "AccountRating") gets you the child issues of that Epic.

Combining those two statements with an OR gets you both sets of issues.

project=AVOB limits the returned results to only issues in the AVOB project.

 

For more information on JQL options refer to this documentation.

https://support.atlassian.com/jira-software-cloud/docs/use-advanced-search-with-jira-query-language-jql/

Thank you for the help.  I tried it and it did not work .  But I did get further   I now get no search results found.  I confirmed the Epic Link

 

confluence1.png

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 25, 2023

It appears that your Epic Link/Epic Name is "Account Rating" with a space. If you put it in the query without a space, that would explain why no results are found.

After fixing that if you still get no results then please show us the actual filter you are trying to use.

I cant believe over a space i had an issue.  I had assumed I had to eliminate the space when referencing the table.  I was wrong thank you it worked

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 25, 2023

Glad I could help!

If your problem has been solved, please consider marking the Answer as Accepted to help other users find posts with validated solutions.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events