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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.