Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

could you please guide me power scripting

rama 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

Suggest an answer

Log in or Sign up to answer
0 votes
Fabian Lim
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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