Change status of subtasks in parent issue's transition

Issue #733 resolved
Karo Salminen created an issue

Could you assist me how to change status of subtasks when parent issue goes through a workflow transition?

Thanks!

Comments (2)

  1. Fidel Castro Armario repo owner

    Hi@karosalminen,

    You can do it using "Write field on linked issues or subtasks" or "Write field on issues returned by JQL Query or Issue List" post-functions.

    You should select as target field "Issue status" and write the name of a status, or "Execute transition" and write the name of a transition.

    You should ensure that the there is a transition from subtask's current status to the destination status, and that the conditions and validators in that transition are satisfied.

    These are a pair of configuration examples:

    Captura de pantalla 2017-08-14 a las 12.39.19.png

    Captura de pantalla 2017-08-14 a las 12.42.44.png

  2. Log in to comment