Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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

Suggest an answer

Log in or Sign up to answer
0 votes
Yury Lubanets 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