Execute transition (delayed execution) not progressing Blocked issues Statuses

Issue #962 resolved
AndreH created an issue

I am following the steps for progressing Blocked issues Statuses -

https://bitbucket.org/fcarmario/jira-workflow-toolbox/wiki/amazing/Make%20Linked%20Issues%20and%20Subtasks%20Progress%20through%20its%20Workflows

I setup the Validation on linked issues and Post functions as described however, the link blocked issue does not progress.

I am using JIRA 7.3.1

Comments (5)

  1. AndreH reporter

    Validation used - count(linkedIssues("is blocked by")) = count(filterByStatus(linkedIssues("is blocked by"), "Closed"))

    Validation.png

  2. Fidel Castro Armario repo owner

    Hi @zarco44,

    The problem is that you are writing the name of the target status as source value, while you should use name of the transition, since you are using virtual field "Execute transition (delayed execution)" virtual field.

    You have 2 posible solutions:

    1. Using "Issue status (delayed writing)" as target field.
    2. Using "Assign Issue" as source value.
  3. Log in to comment