Issue transition after comment.

Issue #809 resolved
Norbert Grzebieniarz created an issue

Hi Fidel, I have this case: We have status Delivery Pending in our workflow. I want to change status of issue to "To Do" after comment has been added and issue is assigneed. Which post function should i use?

Comments (2)

  1. Fidel Castro Armario repo owner

    Hi @Tennaen,

    Sorry, but JWT can't react on events like issue is assigned or a comment is entered*.

    You can insert a post-function into transition, on order to transition an issue if there is at least one comment in the issue, and it's assigned, but the post-function will only be executed when a transition is executed in the workflow. You need to execute the action when certain events are triggered.

  2. Log in to comment