We have a form that creates a Jira ticket and passes the resulting ticket ID back to the form as
entryId=[entry.id]&jirakey=$iftttResult_JIRAID
When looking at the entries in the Tableview, we want to be able to click on the jirakey field and link to the actual Jira entry. The above only results in text, regardless of the field type we set for the jirakey field.
We've tried changing the update to
entryId=[entry.id]&jirakey=https://track.td.com/browse/$iftttResult_JIRAID
But that gives us this error: java.lang.IllegalStateException: Refusing to sign non-normalized URL: https://track.td.com/rest/api/latest/issue/HTTPS://TRACK.TD.COM/BROWSE/CCCL-1108 (Ref: dfcf7fd0-3607-4aec-881f-ebd0b4c3aeec)
I'm sure we're just missing something obvious, but any advice would be appreciated.
Thanks.
What type is your "jirakey" field?
We've tried Text, Jira Issue, HTML, and Link. We've tried each issue type with each version of passing the IFTTT_Result.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The easiest way is the "Jira issue" type and all you have to do is to save back the results of the IFTTT macro that creates this issue
entryId=[entry.id]&jirakey=[iftttResult_JIRAID]
That's it
Renders as a link to Jira issue, shows the summary as well as the issue key
wiki.vertuna.com has lots of examples of this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.