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?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.