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
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
It help and it works!
Many thanks!!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.