Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create a query that that will show me all issues under epics with priority high

Anabel si
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 19, 2019

I used a query :".... AND epic link in (id, id, id)", but I am looking for one that will give me the issues (Tasks, Stories...), only if attached to an epic with priority high.

2 answers

1 vote
Moses Thomas
Community Champion
February 19, 2019

@Anabel si  If  you  have  the script  runner plugin you  could do something like this

 

issueFunction in linkedIssuesOf(" project = ABC", " is Epic of " ) AND priority 
= "High"
0 votes
Milan Chheda [INFOSYSTA]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 19, 2019

You can use JQL as follows that would all issues under the mentioned epics having priority as HIGH:

 

"Epic Link" in (IB-1, IB-2, IB-3) AND priority = High

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events