Hi,
Is it possible to search for a filter result on a specific day?
So for example:
Show me all activites that were closed and had label xxx on day 2023-05-22
Hello @Pauline
Welcome to the Atlassian community.
When you say "result on a specific day", what aspects of the issues you are searching could've changed?
Do you want issues that were closed on that date specifically? What if they have since been reopened?
Do you want issues that had the specified Label on that date, but might not have that label now?
Hi,
I would just like to ask for a ticket status on a specific day...
so for example i want to see what tickets were open, which were in progress etc. on day 27.05.2023...
for the planning I would like to compare a status of tickets on beginning of planning with the status at the end of planning..
this should be ideally via a dynamic view...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can search for issues in a particular status on a particular day using the WAS operator with the ON predicate.
status WAS "In Progress" ON "2023/05/27"
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.