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

Struggling with a specific JQL search

Yasmine October 31, 2022

Hi Everyone, 

We have used JQL advance search a few times and it's great, but i am having a hard time with a specific one. I'm hoping someone has some insight on what i'm missing.

Search that i need: 
All standard issue types, in a specific project, and the status was in x on x day.

JQL i have so far: 
project = "PROJECT NAME" AND status was in ("STATUS")

Im having a hard time with the date and standard issue type portion

1 answer

1 accepted

4 votes
Answer accepted
Dirk Ronsmans
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 31, 2022

Hey @Yasmine ,

For the standard issue types that's an easy one, you can use 

AND issuetype in standardIssueTypes()

For the Status there should be a way to add it to the WAS operator

https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-operators/#Advancedsearchingoperatorsreference-WASWAS

There are a few examples on that link to the documentation. You could maybe use DURING and set 2 dates where it needs to fall between to get the exact date

Yasmine November 1, 2022

Thank you for the link. That was really helpful. I actually ended up being able to use ON operator and ("YYYY/MM/DD"), and was able to run the exact advance search I needed. 

Thanks Again Dirk! 

Like Dirk Ronsmans likes this

Suggest an answer

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

Atlassian Community Events