Versions Compared

Key

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

It is possible to add links to certain fields in your notification to send users to a desired page.

How to Add Links to Fields

  1. Let’s start by going to our templates:

...

  • Href: This is where we are going to add our URL.

  • Target Page: This option allows us to choose if the link will be opened in the same window/tab or a new one.

  1. BellowBelow, we’ll use the placeholders for Project (${projectUrl}) and Issue (${issueUrl}):

...

  1. The resulting notification now has two links that will direct us to the Projec Project page and the Issue page:

...

Users can either add a fixed URL or the placeholders as the links.
The ${issueUrl} is dynamic and will always present the URL to the corresponding issue key.