Hello together,
I want to select some Tasks and show the Status from a specified Day.
current selection:
ticket 1: Status: done
ticket 2: Status: done
ticket 3: Status: done
show status of tickets at (e.g 25.08.2022 )
ticket 1: Status: in progress
ticket 2: Status: new
ticket 3: Status: new
thanks in advance
Ylirebus
Hi Guido,
I am not sure if you can list them like that, but you can use a JQL like below to see all of the issues that were in a particular status on a particular day.
project = ABC and status was in ("In Progress") on 2022-01-01
Then you could do one for each status in your workflow for that project if needed.
Thanks a lot !in worst case I list all statusses with a seperate statement. thanks a lot!
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.