Forums

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

How to update field in another issue on transition with powerscript?

Marat August 11, 2020

What i tried 

string [] project = selectIssues("project = 'Test' AND issuetype = test");

project[0].customfield_12501 = project[0].customfield_12501 + 400;

 

0 answers

Suggest an answer

Log in or Sign up to answer