I am trying to use issueFieldMatch on a label custom field named 'Dependances'.
After editing issue to set 'Dependances' to xyz and builtin field 'Labels' to same value, I try the following queries:
issueFieldMatch on Labels field gives 1 issue as a result.
issueFunction in issueFieldMatch("project = LGTK", 'labels','xyz*')
issueFieldMatch on Dependances field gives no issues as a result, I was expecting same result.
issueFunction in issueFieldMatch("project = LGTK", 'Dependances','xyz*')
Why is the result different?
Is there any configuration that can be done for the custom field? Or is it something else?
Thanks for your reply,
Thierry
Hi Cezare,
I am using JIRA 6.2 and ScriptRunner 3.0-beta-9.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thierry,
I've tried to reproduce it but I have exactly the same issues as output of both the JQL queries.
It should work in that way, no other configurations are needed.
Which version of Script Runner/Jira are you using?
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.