I created a custom field (free text format) and entered a value in that field for specific story tickets. However, when I clear that value on some of the tickets and create a filter by that value, it includes the story tickets where that value was previously entered.
How can I hide the tickets where this value no longer exists?
A few questions:
Tou mentioned "while the 3rd one now shows blank value in the list" so you could also append AND "CMR #[Short text]" is not null
to your query.
Thanks Padraik......adding "CMR #[Short text]" is not null to my existing query worked in hiding the ticket where CMR field was blank. Appreciate your suggestion!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Happy to help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sonu - Can you share an example? Because it should definitely not show issues in a filter that that have no value in the field and the filter is based on the field. Can you share the filter?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John, here is the JQL I used: "CMR #[Short text]" ~ CR-03967
This filter lists 3 Jira ticket.....2 of them still have the CMR # custom field tagged with the value of "CR-03967", while the 3rd one now shows blank value in the list, but is still part of the filter list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So it seems like once a value is input in this custom field, even if it is removed later, it is still part of that ticket and pulls it up during filter search.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This sounds like it might be a caching issue with your browser. But let's do this
Run the JQL and include the custom field in the columns displayed. And then do a screenshot and post here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John, here is a screenshot for the query and the search list.
As you can see, the 2nd issue in this list has no value displayed for the CMR# custom field.
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.