Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

For Each loop inside confiforms IFTTT Integration rules is not creating 2nd record

Sundara K
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 30, 2024



Hi, I want to create multiple tickets in jira using confluence form, based on the mult-select dropdown, So I am using the below code inside IFTTT Integration rules. The values are seperated by "-" and the split function is working good. When we click on save only one ticket is created jira. 

Can someone help me to solve this issue.

Thanks 

 

#set($myapp = "[entry.Application]")

#set($var = $myapp.split("-"))

#foreach($string in $var)  

{    

"fields": { "project": { "key": "SOLID" },

"issuetype": { "id": "3" },

"summary": "$string",

}

}

#end

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events