Forums

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

Watcher dependent on Assignee

Marzi Goodarzian
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 19, 2019

Hi

I want when assignee changed to  "A" or "C", add "B" as watcher .

I wrote this script:

if (issue.assignee == "A" || "C")

{

issues.watcher == "B";

}

 

Is it correct?

Is there a plugin for cover this request?

thanks

 

0 answers

Suggest an answer

Log in or Sign up to answer