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

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events