Forums

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

filter for project

Nodar Vardiashvili
Contributor
September 21, 2018

hi, 

i need to filter issues  in one project .

 

i  want to show project "prm" where issuetype is epic and status is not done and if issue type is any show all status

1 answer

1 accepted

1 vote
Answer accepted
Alexey Matveev
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.
September 21, 2018

Hello,

JQL query would look like this:

project = prm and ((issuetype = Epic and status != Done) OR (issuetype != Epic))

Nodar Vardiashvili
Contributor
September 21, 2018

thank you

Suggest an answer

Log in or Sign up to answer