Versions Compared

Key

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

...

There are many ways to get a comma-separated list of values. The simple example above just uses a hardcoded list, but the more interesting use cases are usingĀ Substitution variables to create the list. For example:

  1. Using results of a JQL query to create an issue for each issue found - seeĀ How to create multiple issues - advanced example

  2. A checkbox custom field - creating an issue for each selected item

  3. A select list custom field - creating an issue for each selected item

  4. Fix or affects version field - creating an issue for each version

  5. Components field - creating an issue for each component