Forums

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

Query for all JIRAs for a person where the JIRA was created and closed in the same day

Deleted user April 5, 2019

Looking for a query to pull all JIRAs for an assignee where the JIRA was created and closed in the same day

1 answer

0 votes
Taranjeet Singh
Community Champion
April 5, 2019

@[deleted] you can use JQL , something like below:

 

assignee = "your assignee user" AND created = "specific date" AND resolved = "specific date" order by created DESC

 

For more information on fields, keywords, operators, functions available and their usage in JQL, please refer the below document from Atlassian: https://confluence.atlassian.com/jirasoftwareserver0713/advanced-searching-965542847.html

Taranjeet Singh
Community Champion
April 8, 2019

@[deleted] Did my answer helped resolving your query?

Deleted user April 9, 2019

Thanks Taranjeet for the feedback. It helps if we set the date for created and resolved. However, is there a way the query can pull all jira tickets where the create date = resolve date without specifying a particular date in the query.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events