The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to notify new assignee after cloned the issue using script runner

Ramesh Kale
July 18, 2019

I have cloned the issue A and created issue B using post function script runner and changed the assignee of the issue B using automation rule.

Now i need to notify new assignee that 'issue B (cloned one) is assigned to you'.

i have tried it using automation rule below.....

Trigger:: When: 'Issue Created'

Condition: if 'issuetype = ABC'

Action: then send email to 'assignee'.

 

but it always notifies to the old assignee (assignee of issue A).

(I can not use particular mail ID to notify as i have multiple assignee for multiple tasks and i can not create separate rule for each ID.)

Please help me on this and if possible please elaborate your answer briefly as i have a deadline to submit this.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Yury Lubanets
Contributor
August 13, 2019

Hi @Ramesh Kale 

Maybe you still need the answer

Changing assignee using automation rule happens after the creation of the issue. So you need either to change assignee in your script (when you create issue B using post function) or to change trigger to "Trigger:: When: 'Issue Updated'" and to correct your condition.

TAGS
AUG Leaders

Atlassian Community Events