i need help for SIL

Алексей Баженов October 19, 2016

hI, i used SIL, create script for postfunction, but not work.

autotransition("Reopen",key,true);

1 answer

0 votes
Gaston Valente
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 27, 2017

this can fail for a number of reasons:

  1. try to use the transition id ( the number between parentheses at the text view of the workflow) insted of the name of the transition
  2. that the user executing the transition that triggers this post functions doesn't has permission to execute that transition (Reopened)
  3. Some condition or validator failing on the Reopen transition
  4. It is possible that the transition reopen is not available from the status were the post function is executed

you can try to setup logging and find the cause instead:

https://confluence.kepler-rominfo.com/display/SIL/Configure+JIRA+Logging

 

hope it helps

 

Suggest an answer

Log in or Sign up to answer