In a custom defined drop-down field, I had defined one of the options with a certain name 'ABC' which I later changed to 'XYZ'. After the change the JQL search to filter on this value is not returning anything. However, the same value is still visible in the issue in the same field.
It might that the index has not been updated.
You can't trigger the index yourself, you will have to wait.
Or try an incognito browser window, or different browser, if it works then, clear your cookies and history.
If this all won't work and the issue is still there tomorrow, raise an support ticket at Atlassian Support
Hi @Saurabh Chaurasia ,
Have you tried to reenter again the jql with updated value?
Also maybe you can use IN (xyz) instead of "= xyz".
Ei. Customfield IN (xyz)
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks
IN choiceOption("Implementation Acceleration") works.
However, are you aware on why just IN or = is not working?
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.