The basic usage case is to block a Transition of a Parent Issue until all its Sub-Tasks are Resolved or Closed.
But it may be also these others use cases:
And the XML Declaration as follow :
1.<conditions>2.<condition type="class">3.<arg name="class.name">com.minyaa.workflow.condition.BlockingOnLinkedIssuesStatusCondition</arg>4.<arg name="outwardLinkTypesSelected">10100,</arg>5.<arg name="inwardLinkTypesSelected"></arg>6.<arg name="selectedStatuses">10000,</arg>7.</condition>8.</post-conditionCondition to block a Transition depending on Status of Linked Issue.
|
On this page: |
See also ... |