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 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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question