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 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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