I noticed that if the ticket is closed (Status = Done), the search using "text ~ keywords" will not locate the ticket. I confirmed that using various search scenarios.
Am I missing anything?
I appreciate your help.
Hi @Tarek Faham
closing a ticket should not result in "hiding" an issue.
Could you clarify where you are trying to find it? On a board? In the issue search?
If you are searching, could you paste the JQL/search term you used?
I am trying the search from the Issues/Search for Issues menu option, using advanced mode.
It's a simple JQL. Something like:
text ~ "XYZ..."
If the ticket status is "Done" it won't be found. If it is "In Progress" or "To Do" it will be found.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you provide the exact JQL? Is it just something like "Status = Done AND summary ~ customer"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It's a simple JQL. Something like:
text ~ "XYZ..."
If the ticket status is "Done" it won't be found. If it is "In Progress" or "To Do" it will be found.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am seeing mixed results. I think if the status is Done and if the keywords I am searching for are only specified in a custom field such as "External Reference" then it won't show. But it will show if I put such keywords in a comment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you just look for "text ~ xyz", it only searches through the system fields (e.g. Summary, Description, comments). If you're looking for text in a particular custom field, you need to call those fields out directly (e.g. 'Acceptance Criteria" ~ xyz)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.