Forums

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

Filtering for all JIRA issues worked on within a timeframe.

Rachel Frechette September 19, 2024

Hello all,

I want to get a list of all of the JIRA tickets that we worked on for the current week.

I need the ones that are in any status, even Done.

I have no idea how to even begin to do this.

I don't know what dates to use or how I would format the query.

I've only got. "Team Name" = Team-1 AND ...

Can this be done? T

hanks so much.

2 answers

1 accepted

4 votes
Answer accepted
Manoj Gangwar
Community Champion
September 19, 2024

Hi @Rachel Frechette 

project = "YourProjectKey" AND updated >= startOfWeek() AND updated <= endOfWeek() 

Replace "YourProjectKey" with your actual project key. This query will return all issues that were updated during the current week.

Rachel Frechette September 20, 2024

Thanks so much for your help Manoj!

I really needed this today! 

Like Manoj Gangwar likes this
0 votes
Rachel Frechette September 20, 2024

Thank you.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events