Hi!
I'm struggling to pull in the Labels from my Jira issue. The JSON indicates that the field name is simply "Labels"
"customfield_22040": 0,
"customfield_13212": null,
"customfield_36109": null,
"labels": [ "mylabel1", "mylabel2", "mylabel3" ]
And in my ‘ConfiForms Rules for Field Definition’ Macro in the "Values to set" field I have:
JiraLabels=[entry.JiraID.fields.labels.name] ...but still nothing. Any ideas?
What is your field type for "JiraLabels" field in ConfiForms?
Something like this (directly through the Jira issue key)
(.name is incorrect, as labels is an array... and there is no "name" property)
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.