The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Using regular expression to find issues in advanced search

Jorge Sosa Almeida
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 15, 2024

Hello!

In Advanced Search, I need to find all issues whose IDs are mentioned inside a text (e.g. a conversation, a commit history...).

I know I can do this:
"ID in (ISSUE-001, ISSUE-002, ISSUE-003)"

But to make the issue list dynamic, I'm looking for something similar to this:
"ID in (match(JiraIdRegularExpression, "Chunk of text mentioning issues"))

Is this possible?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Marc -Devoteam-
Community Champion
November 15, 2024

Hi @Jorge Sosa Almeida 

Welcome to the community.

This is not an option in ootb Jira JQL.

You could look at Marketplace app, for enhancing JQL that offer such functions.