Adding issue link information to your template

In case you want to render issue link information in your email, you must edit your email templates. Rendering issue links requires a complex processing logic. The key is $!issue.linkCollection that returns a LinkCollection object which provides methods to explore linked issues, link types, etc. if there are linked issues, otherwise null. Read more about LinkCollection here.

When selecting Linked Issues in the Field Picker dropdown, you will get instructions on how to easily include issue link information in the template.

In case you want a customized display (e.g. include more attributes of the linked issues) then you can start adding these template fragments directly into your templates and customize them according to your needs.

To have full control over the rendering of linked issues, insert the following code fragments into your template instead of parsing the rendering methods as above.

Example for rendering issue link information in HTML emails

Example for rendering issue link information in TEXT emails

Last updated

Was this helpful?