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.
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]
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]?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
3 IFTTTs in total
entryId=[entry.id]&JiraResponse=[iftttResult_testJira]
entryId=[entry.id]&JiraKey=[entry.JiraResponse.asJSON.key]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.