We have a filter for the tickets that we have to test during our active sprint. We have created a filter with the different conditions and also we have added the sprint value and we save it.
Then, when we access again to the filter, all the conditions are there but sprint value is not, it is removed
Welcome to the Atlassian Community!
What do you mean "also we have added the sprint value"? To the issue? To a clause in the filter?
If you have added "and sprint = xyz", and an issue is not in that sprint (you say "and sprint value is not"), then the filter will not return it - it does not match the filter.
Hi Nic,
First of all, thanks for your answer.
I mean this on "we have added the sprint value":
On the filter, one of the conditions, is that the sprint value should be the 85. We saved the filter.
When we reload the page, Sprint is no longer displayed for the filter:
Hope that my explanation is clear this time. Let me know if you have any other questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it's gone back under "+more" because the line would be too long.
Best thing to do is switch to JQL for a second to see what the saved filter actually says. I expect you'll see "and sprint = V20T Sprint 85"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
WOW! You're totally right.
I assumed that, since it was not displayed there, it was not being applied.
Thanks for your help Nic.
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.