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.
Hey,
The issue is not on the user permissions side. It's actually the filter issue when we are NOT able to find issue numbers in the sprint, only in the backlog. it is very annoying.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Tamar Peer
I recommend that you report this issue to your Jira Admins and have them raise a support case directly with Atlassian at
https://support.atlassian.com/contact/#/
There have been at least two other posts in this community about the same problem.
There was a change released for Team Managed board searches and filtering, per this article posted July 27, which may be related to the problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
Hey Thanks! the issue is about the issue numbers NOT about the comments.
For example, if i search for issue 2873 in the sprint tab, it will show me 0 results.
But if I search for the same issue number in the backlog i see the result immidiatly IN THE SPRINT.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Tamar Peer
If I understand you correctly you can not find issue 2873 in your active sprint board but you can find it when you search in the backlog?
If it is visible to some team members using the same board it sounds like it is related differences in the permissions for the user.
If the behavior is consistent for all users it sounds like it is related to the board configuration, in that case check the Board settings.
Let me know if this helps!
Best regards,
/Staffan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Thanks for the quick response!
The behavior is consistent for all users
In the board settings there are the following options:
- Columns and statuses
- Custom filters
- Card cover images
- Timeline
What should I choose?
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.