Forums

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

Using to filter to see only my jobs

Gail Kasey July 17, 2018

reporter = currentUser() and priority = High or priority = Highest

 

This is the filter that I am using. Why is it giving me other Reporter jobs?

2 answers

1 accepted

1 vote
Answer accepted
Ollie Guan
Community Champion
July 17, 2018

Hi @Gail Kasey,

Try this JQL:

reporter = currentUser() and priority in (High,Highest)

Gail Kasey July 17, 2018

That's it..thank you Ollie

0 votes
Payne
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.
July 18, 2018

Ollie is spot on (and I like his solution better), but note that the following will also work; the problem with your query is the operator order of precedence is interpreting your query differently than you intend.

reporter = currentUser() and (priority = High or priority = Highest)

Gail Kasey July 18, 2018

Thanks @Payne..Always good to have options. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events