I have two JIRA issues, with summary strings: "FOOBAR_STAGE" and "FOOBAR2_STAGE".
If I run this filter:
summary ~ "STAGE"
The first issue is returned, the second is not. Is there any way I can construct a query to return both results?
Thanks
Thanks for the suggestion Danilo. I'm not sure it's going to work in my case, because I want to match all of FOOBAR_STAGE, FOOBAR2_STAGE, BARFOO_STAGE, BARFOO2_STAGE etc.
Also, because it's the summary field, it's in the middle of a string such as "Job called BARFOO2_STAGE failed"
Best regards,
Chris
Hi Chris,
You may try searching using the JQL query below:
summary ~ "FOOBAR*"
Using "FOOBAR*STAGE" should also work according to our documentation, but I have tested it and it did not work. I will link this post to one of the bugs we have raised for problems related to the behaviour of the CONTAINS (~) operator:
https://jira.atlassian.com/browse/JRA-31882
Cheers,
Danilo
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 NowOnline 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.