I have this query that works: "Client[Dropdown]" = "1804 - Network - Advntist Health". I have several clients that include "1804-" I would like to find all values with a query similar to: "Client[Dropdown]" = "1804 - *"
If this field is text field please check this doc. In other cases it will be hard to achieve. Always you can consider Scriptrunner app as @Trudy Claspill wrote.
Seba
Hi Sebastian,
The field is a custom field drop-down list. Thanks for the link. I had tried the information provided and it didn't work. I think you may be right, that script runner is the only option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think that Jira native provides that option.
Do you have or can you add the Adaptavist Scriptrunner app to your environment? They have a function called issueFieldMatch that would support what you want.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Trudy,
I think I might have to try to get it thanks for the reply.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.