Hi!
I have a select list custom field with options that contain a two component identifier: a name and a numeric identifier. It looks something like this: XYZ (001).
I would need the option to query for only the numeric value. Currently I can only query for the entirety as the jql will only prompt options when I write XYZ, but will yield no results when trying to look for 001.
I can't for the life of me figure out a solution. Anyone have an idea what I could do? :)
Thanks
If you have ScriptRunner installed, you can make use of 'issueFunction'.
Try this:
issueFunction in issueFieldMatch("project = XYZ", "customfield_xxxxx", "001")
Where, replace 'XYZ' with your project key and replace 'xxxxx' with the id of your custom field.
Hope this helps.
Thanks,
Vamsi
Hello, Vamsi,
I really like you... :D
The solution works like a charm!
Thank you ever so much!
Best regards,
Greg
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.