Move parent issue status to “IT Fixed” if all the subtasks are closed

Issue #756 resolved
Former user created an issue

Hi,

We have the below scenario to develop at work environment:

Move parent issue status to “IT Fixed” status if all the subtasks are closed.

I am very new to the plugin so I would request support to develop.

Comments (4)

  1. Fidel Castro Armario repo owner

    Hi @VMAKAM,

    You should insert post-function "Copy a parsed text to a field" in transition to "Closed" status in subtask's workflow with the following configuration:

    Captura de pantalla 2017-08-23 a las 12.07.51.png

    Boolean expression at Conditional execution is: count(filterByStatus(siblingSubtasks(), "Closed")) = count(siblingSubtasks()).

  2. Log in to comment