Hi I have multiple JIRA ticket numbers , some starting with OP - , INC- and XYZ-
Example:
OP-12345
INC-12345
XYZ-12345
How do we include tickets starting with OP- only and exclude tickets number starting with INC- & XYZ- in JIRA search?
Please note project = OP AND issuetype = Ticket is same for all tickets
Thank you!
try this
project = OP AND issuetype = Ticket AND key >= 'OP-1'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.