Is it possible in JQL to search for a number range?
For example:
If a submitted ticket contains a number between 500,000-900,000 in either the summary or description field, assign it to random agent.
I've tried doing the simple version
description ~ >= 500000
But obviously won't work like that.
Is there a way to maybe run a script?
Dear @Nathan Wong ,
unfortunately not possible from out-of-the-box. To analyse a text field for numbers and then validate the value is complex and not possible by a JQL.
I would do this with a script from outside - the API.
Then within Jira, you can JQL filter for that label.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.