The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

confiform: get jira key link in email body

SP
Contributor
March 25, 2025

Hi,

How to get back jira key with link in email body using IFTTT rule action send email on event oncreated?

i have a confiform IFTTT integration rule that calls the result from the intergration rule named "testJira"

entryId=[entry.id]&JiraKey=${iftttResult_testJira}&JiraLink=https://<url>/browse/${

iftttResult_testJira}

but iftttResult_testJira has JSON output with key, id, self.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Alex Medved _ConfiForms_
Community Champion
March 25, 2025

Are you using https://wiki.vertuna.com/spaces/CONFIFORMS/pages/9864128/Configuring+ConfiForms+IFTTT+actions+and+rules#ConfiguringConfiFormsIFTTTactionsandrules-WebServiceRequest to create an issue in Jira?

In this case indeed the response is returned and that contains a JSON that the API returns

Save it to some hidden variable (in my example I call it JiraResponse)

entryId=[entry.id]&JiraResponse=${iftttResult_testJira}

and then have another IFTTT that uses asJSON on the field value

entryId=[entry.id]&JiraKey=[entry.JiraResponse.asJSON.key]

  

SP
Contributor
March 25, 2025

Are you using https://wiki.vertuna.com/spaces/CONFIFORMS/pages/9864128/Configuring+ConfiForms+IFTTT+actions+and+rules#ConfiguringConfiFormsIFTTTactionsandrules-WebServiceRequest to create an issue in Jira? yes

for the second IFTTT rules, event - onCreated, Action: Create/update Confiforms and parameters 

entryId=[entry.id]&JiraKey=[entry.JiraResponse.asJSON.key]?
Alex Medved _ConfiForms_
Community Champion
March 25, 2025

3 IFTTTs in total

  1. Create Jira issue
  2. Create/update Confiforms Entry with 
    entryId=[entry.id]&JiraResponse=[iftttResult_testJira]
  3. Create/update Confiforms Entry with 
    entryId=[entry.id]&JiraKey=[entry.JiraResponse.asJSON.key]
SP
Contributor
April 9, 2025

Thank you.
it worked

Like • Alex Medved _ConfiForms_ likes this
TAGS
AUG Leaders

Atlassian Community Events