Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleGenerate a link named with issue key, linking to the issue address on the Jira Server
collapsetrue
Building the hypoerling using Jira issue data.
@{title=${Key}|href=${BaseURL}/browse/${Key}}

Building the hyperlink using an external URL
@{title=${Key}|href=http://www.google.com}
Info

When creating an Excel template document, you should use: ${link:title=${Key},href=${BaseURL}/browse/${Key}}

...