Hi everybody,
I need to filter issues which they are status Test in Progress first time in a sprint. Status can be any status but there is a test in progres state in state history. How can i filter?
Sorry if I'm missing anything but did you try JQL "status was Test In Progress'"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes it is a JQL status
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So, did you try my solution?
You can use WAS operator in JQL
The "WAS" operator is used to find issues that currently have, or previously had, the specified value for the specified field. (Note: This operator can be used with the Assignee, Fix Version, Priority, Reporter, Resolution and Status fields only.)
status was 'Test In Progress'
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.