Versions Compared

Key

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

...

  1. Action will be a run action, product JIRA, with the appropriate server url and credentials. This allows us to run a number of different actions to do all the thing needed. These actions are added to the Data field, one action per line.
    1. createIssue will be the first action
    2. assume the project key on the target system is the same
  2. Use Variable substitution to populate fields on the createIssue action from the original issue
    1. issue variables
    2. issue custom fields using setFieldValue actions for each of the custom fields
  3. Use addLabels action to the the label to the original issue. Other situations might use a specific custom field for this value instead.
  4. A second post function will be required to handle this, either using a CLI action for setFieldValue on the local system
  5. This is just JIRA workflow - construct the transition to go back to the same state.

...