Simple automatic transition

Issue #795 resolved
Karo Salminen created an issue

Hi, I'm experiencing problem with automatic transition based on a custom field value.

I have a custom field called "status fast track". The issue's status should be changed to the value of the field. I've the values in the custom fields that correspond the statuses in the workflow.

I'm using following post-function: Post-function.jpeg

It's included in Create transition in the following workflow: Simple Workflow.jpeg

I'm wondering what I'm doing wrong.

Thanks for the help in advance!

Comments (4)

  1. Fidel Castro Armario repo owner

    Hi @karosalminen,

    Please, attach a screenshot with the content of your post-function's tab. I want to see all the post-functions you are executing and the execution order.

    On the other hand, remove prefix a from your setting rule. In this case you don't need to use advanced parsing mode for the value part.

  2. Fidel Castro Armario repo owner

    Hi @karosalminen,

    Move post-function to 2nd position in execution order.

    It seems that your post-function for triggering the event (currently 3th one in execution order) has some kind or problem. Please, try removing it and adding it again. This post-function should be executed in last position.

  3. Log in to comment