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: 

could you please guide me power scripting

rama
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 7, 2021

Recently we are using power scripting plugin,  when issue is updated the status will be automatically moves one status to another status.

please guide me how to write code, I don't have knowledge on scripting. 

1 comment

Comments for this post are closed

Community moderators have prevented the ability to post new comments.

Fabian Lim
Community Champion
May 7, 2021

Hi Rama,

This is something you can do through workflow transitions and post-functions. 

Steps:

- Add the following as a SIL script in your transition postfunction.  

- the transition ID can be found when you edit the workflow.  

code:

autotransition("ID of transition of the status you want to move to", key);

Link: https://confluence.cprime.io/display/SIL/autotransition

TAGS
AUG Leaders

Atlassian Community Events