(Confiform): Facing issues assigning the created issue to the assign.

Reddy May 16, 2024

Newbie! Just started learning the forms. 

I created form definition and added all required field definitions. 

also added confiform field 

field name : JiraAssignee

field label : Assignee 

dropdown : will id and email of the users 

 

and second confiforms field with 

field name : JiraKey

field label: Deployment Request story Jira key 

field type : text 

 

then added IFTTT on created : action : send email 

(this is working as expected) 

 

then Ifttt oncreated | action : create jira issue | resultname = JIRAID AND following format 

 

{
"fields": {

#set ($RequestAsignee= “[entry.JiraAssignee]”)

"project": { "key": "QNBGLJ" },
"summary": "Deployment Request",
"description": "[entry.RequestType.escapeJSON]\n\n\n{color:red}Deploy to this [entry.Environment.escapeJSON] environment{color}\n[entry.Description.escapeJSON]",
"issuetype": { "name": "Story" },
"customfield_10006": "QNBGLJ-539",

”assignee”: {“name” : “$RequestAsignee”},
"priority": { "name": "[entry.PriorityLevel.escapeJSON]" }
}
}

( jira issue is been created) 

 

and added IFTTT onmodified action = send email | fire IFTTT action : Jirakey: AND !JiraAssignee: 

added email etc and this is working as expected. 


And added IFTTT onmodified/ create/ update confiforms entry. 
Fire IFTTT action : JiraKey: 

parameters : entryId=[entry.id]&JiraKey=${iftttResult_JIRAID}

 

qnd added remove page watcher 

and added formview…. 

so here the issue is when the form is submitted the issue is getting created in the board… 

 

when a user goes to stored data and edit then assign it to them… email is getting triggered saying assigned but the “BAU DEPLOYMENT REQUEST STORY JIRA KEY” is not getting created it’s just printing “${iftttResult_JIRA} and not getting assigned to the assign in the ticket… 

 

 

 

pleaseeee help 

 

1 answer

0 votes
Alex Medved _ConfiForms_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 16, 2024

Hi 

Could you provide a screenshot (from the editor) or a storage format for your page with this form?

Alex

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events