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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.