Hey,
Some users are unable to locate specific Issues numbers via the Jira search bar in the board, even though those issues do exist and can be accessed directly via a link/ backlog. This seems to affect both the quick search and advanced search functionalities.
Would appreciate your help
Hi @Tamar Peer
Not that this is the answer, but if it's only for some users I would start with a permissions check.
Compare then to someone who is able to do what is needed and see if anything is different.
Thanks
Aaron.
Your experience might be a result of Atlassian's change to search: it now generates a JQL query using "textfields" instead of "text". This means it does not search in comments - which is confusing for users.
There are multiple suggestions in the backlog about this:
The workaround is to edit the JQL - change it from
textfields ~ "keywords*"
to:
text ~ "keywords*"
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.