Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I am trying to create a ConfiForm that will create a JIRA Task under a specific Epic.

Omar Contreras June 2, 2020

There are 7 possible Epics that the Task could be created under, and they are in a dropdown field. 

I am looking for the correct JSON code since I am only making this work for a specific Epic, with: 

"customfield_10006": "JID",

1 answer

1 accepted

0 votes
Answer accepted
Omar Contreras June 5, 2020

The solution is to include the JIRA Key as the ID for each option in the ConfiForm Field Definition dropdown where the list of Epics is defined (EpicDropdownname). Then just include the line below in IFTTT Integration Rules. This worked for me

"customfield_10006": "[entry.EpicDropdownname.escapeJSON]",

Suggest an answer

Log in or Sign up to answer