Manage Epic's FixVersion by the latest Epic's tasks FixVersion

Issue #470 resolved
Itamar Ben-Sinai created an issue

Hi Fidel,

Is it possible using the Toolbox plugin to control Epic's FixVersion by its tasks Fixvesrsion?

Flow: If the tasks below Epic have FixVersion, then automatically the Epic gets the latest FixVersion of the related tasks

Comments (3)

  1. Fidel Castro Armario repo owner

    Hi Itamar,

    It can be done using "Copy a parsed text to a field" post-function in "Done", "Resolved Issue" or "Close Issue" transitions of sub-task's workflow, using the following configuration:

    Captura de pantalla 2016-12-29 a las 13.36.55.png Captura de pantalla 2016-12-29 a las 13.37.07.png

    Boolean expression is:

    %{00074} != null
    

    Note that %{00074} is field code for Fixed versions.

  2. Log in to comment