How can i use velocity with multiselect field?
For example i have 4 fields:
1. Checkbox Grup field:
a) ID - 1, Label - Option1
b) ID - 2, Label - Option2
c) ID - 3, Label - Option3
2. Dropdown Field
3. Text Field
4. Text Field 2
I want use if statement:
If i check in checkbox field only option 1 my description in jira be like:
"description" : "[entry.dropdown.label.escapeJSON]"
If i check in checkbox field only option 1 and option 2 my description in jira be like:
"description" : "[entry.dropdown.label.escapeJSON] and [entry.textfield1.label.escapeJSON]"
I have problem to create if statment for this expample.
Could you help?
Have a look at our documentation and the Velocity template examples - https://wiki.vertuna.com/display/CONFIFORMS/Configuring+ConfiForms+IFTTT+actions+and+rules#ConfiguringConfiFormsIFTTTactionsandrules-CreateJiraIssue
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.