Forums

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

Confiforms: Trying to make the Jira ID clickable in Tableview

Erin Smith
Contributor
August 26, 2026

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.

1 answer

0 votes
Alex Medved _ConfiForms_
Community Champion
August 26, 2026

What type is your "jirakey" field?

Erin Smith
Contributor
August 26, 2026

We've tried Text, Jira Issue, HTML, and Link. We've tried each issue type with each version of passing the IFTTT_Result.

Alex Medved _ConfiForms_
Community Champion
August 26, 2026

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 

Erin Smith
Contributor
August 27, 2026

Thanks so much, this is exactly what we wanted.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events