Inserting a Hyperlink for a measure "Issue Depends on"

Hi @_P3,

You can generate a link for each issue key if you have several linked issues with the same type. The expression for creating a clickable link is the same; in addition, you should use functions Generate() and GetMembersByKeys() to process each linked issue separately and construct the clickable link for each.

Please see this Community post with the example:

1 Like