Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.