Forums

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

Filter on Jira Board only for activity of the week

arne_a_lenz
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 22, 2023

Hi guys,

we are working with Target dates during a 4 weeks sprints and work with Target dates in the stories. 

I search a filter for the jira board to show only the issues of the week. 

As well i would like to have a filter which one is over due and planned for the next week. 

Iam new with JQL and a bit overhelmed. 

Could you support me or give me idea how to make it happen? 

Thanks in advance  

1 answer

2 votes
Fabio Racobaldo _Herzum_
Community Champion
October 23, 2023

Hi @arne_a_lenz and welcome,

it depends from fields used to figure out what are your tickets of the week. For example if you are using due date field for that you can use the wollowing query :

duedate > startOfWeek() and duedate <= endOfWeek()

Hope this helps,

Fabio

arne_a_lenz
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 23, 2023

It help and it works! 

 

Many thanks!!!! 

Suggest an answer

Log in or Sign up to answer