Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section


Column
  1. Set the multiple issues value field to use theĀ original_fixed_versions substitution variable.
  2. Subset to only use versions that do not have the word sprint (case insensitive) in them.
  3. Set the fix version for the subtask to be created to be the selected entry.
  4. Set a JQL query to determine if the subtask has already been created from an earlier running of this transition or some other means. This is a way to prevent unwanted duplicates.
    1. Note that the JQL query is executed for each entry processed since it contains the %entry% substitution variable.
  5. Use the JQL query results to condition the creation of the subtask. Only create the subtask if there are no subtask for this issue that have a fix version that matches.


Column


...