I know adding the following code will add labels to JIRA Issue from Confluence Confiform plugin:
"Labels": ["Label1", "Label2"],
What if I want to add entry.field to the above code, how can that be done successfully?
For me the following line included in my IFTTT-JSON works:
"labels": ["[entry.label1]", "[entry.label2]"],
Whrere 'label1' and 'label2' are fields you defined in your ConfiForms form via a 'Confiforms Form Field Definition':
That's what my whole IFTTT-block looks like:
(ConfiForms Version: 2.12.4 )
Hope that helps!
Also, if you have a multi-value field in ConfiForms and you want to pass it to Jira into labels field then you can do it like this (assuming the field in ConfiForms is called "myfield")
"labels" : [[entry.myfield.asArray]]
See https://wiki.vertuna.com/display/CONFIFORMS/Virtual+functions
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.