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

1 vote
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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.

Suggest an answer

Log in or Sign up to answer