Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

jira - automation - if assignee comments

Gavin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 9, 2023

is there a way to trigger an automation if the assignee of the issue comments on an issue?

2 answers

1 vote
said kouzibry
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 9, 2023

Glad to hear you found a solution,
I suggest using {{assignee.accountId}} equals {{initiator.accountId}} instead of displayName.

0 votes
Tim Perrault
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 9, 2023

Use the issue commented trigger, but then have a condition and I would use the JQL condition with this JQL:  assignee = currentUser()

Tim Perrault
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 9, 2023

Actually, never mind that doesn't work for some reason.

Tim Perrault
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 9, 2023

Figured it out, you can use the advanced compare condition.

0ja1.png

Suggest an answer

Log in or Sign up to answer