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.
×How can I find all subtasks within a certain sprint that contain a certain Summary. This seems like a very basic query but the results continue to return nothing.
Sprint=381 and issuetype=Sub-task and Summary ~"Dev - Migrate to Staging*"
Hello @Mateo Eidson
If you remove the and Summary ~"Dev - Migrate to Staging*" portion, do you get any results?
Is the text you provided all the text that should appear in the Summary, or is it just the first part of the summary? It looks like you have an asterisk following Staging but I wanted to understand you intention.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for checking that. That would point to the problem being in the criteria you are using for the Summary field.
Do you have an answer for the question in my second paragraph?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Trudy.
Yes, you were right. The query was the issue. Once I added an escape character to my query it worked.
Final solution:
summary = "Dev /- Migrate to Prelive*".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.