Forums

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

Search for JIRA issues (assigned to me) with different (2 or more) statuses?

K, Ivan October 9, 2020

Folks, how do I search for JIRA issues (assigned to me) with different (2 or more) statuses? I want to see all issues with statuses  "Request Acknowledged" OR "Customer Response" so I put: assignee = currentUser() AND status = "Request Acknowledged" OR status = "Customer Response" but it shows issues assigned to all users...

 

I'm a corporate JIRA user. 

1 answer

1 accepted

0 votes
Answer accepted
Ravi Sagar _Sparxsys_
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.
October 9, 2020

Hi @K, Ivan 

Try this

assignee = currentUser() AND (status = "Request Acknowledged" OR status = "Customer Response")

or

assignee = currentUser() AND status in ( "Request Acknowledged", "Customer Response")

I hope it helps.

Ravi 

K, Ivan October 9, 2020

thanks a lot! Both work very well @Ravi Sagar _Sparxsys_ any chance you know how to put this Favorite Filter as a homepage? I was to start JIRA with all my open issues

Ravi Sagar _Sparxsys_
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.
October 9, 2020

Are you on server or cloud?

On Cloud link to favourite filter appears on your home page.

On both server and cloud you can create a dashboard with favourite/starred filters.

Ravi

Like K, Ivan likes this
K, Ivan October 9, 2020

@Ravi Sagar _Sparxsys_ any tutorial on  how to create a dashboard with favourite/starred filters for the JIRA@server?

Here is how my Dashboard config looks like and here is my homepage when I delete the dashboard... I assume I'm on the server (*jira*.companyname.com). I wonder whether I should create a gadget with the search string homepage.jpg

Dashboard.jpg

Ravi Sagar _Sparxsys_
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.
October 9, 2020

When you click on add a new gadget link it will ask you to select the favourite filter. It will then display all the favourite filters (if any).

You need to go to Issue Navigator to search the issues using the JQL (the one you wrote above). Once you get satisfactory results, just save that search as a filter. You can also make filters created by others as your favourite.

Once you have favourite filters it will then appear in the favourite filter gadget on your dashboard. Start by creating some filters and using those filters to create your dashboard.

Like K, Ivan likes this
Ravi Sagar _Sparxsys_
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.
October 9, 2020

@K, Ivan I made some videos on Jira fundamentals. It is still not complete as I need to cover searching, dashboard and reports but I hope it helps.

Ravi

Like K, Ivan likes this
K, Ivan October 9, 2020

Thanks a lot! I need to explore the JIRA's config wealth... Subscribed to your Youtube!

Like Ravi Sagar _Sparxsys_ likes this
Ravi Sagar _Sparxsys_
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.
October 9, 2020

I am glad it was useful.

K, Ivan October 9, 2020

@Ravi Sagar _Sparxsys_ is there any way how to make the gadget show search results instead of a link to the saved favorite search ('Open Escas')? I wanted to instantly see all my open issues (say, all 5; as per JQL above). Thanks to you I already went so far but I want to make it perfect :)Fav search.jpg

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events