Chapter 8 - Links: How to open issues on JIRA

Replacing the plain text for the Issue key by a link is quite simple by replacing the Label with a Dynamic Text item with the following script to create an HTML anchor element:

"<a href='"+vars["JIRA Base URL"]+"/browse/"+row["Issue"]+"' target='_top'>"+row["Issue"]+"</a>"


Run the report and click on some Issue link to open it on JIRA: