Wednesday, November 6, 2019

Automation for JIRA #005 - How to set active link to @assignee in comment

The situation is like that:
There are two tasks. Task 1 and Task 2. Task 2 has a link set to "is blocked by" Task 1. Person who trasit Task 1 to status "Done" do not inform other person who is responsible for Task 2 (and can not work on it because it is blocked by Task 1).
I solved it with a simple automation:

What I could not find was a assignee name (but the active one) - there is a smart values like: {{assignee.displayName}} or {{assignee.key}} but those are displaying only the value. The correct instruction is [~accountid:{{assignee.accountId}}].
That displays like this:

No comments: