Skip to content

Instantly share code, notes, and snippets.

@GLips
Created March 29, 2018 01:09
Show Gist options
  • Save GLips/9fd25c3f80d8ce2c89835dbf32bb7a6d to your computer and use it in GitHub Desktop.
Save GLips/9fd25c3f80d8ce2c89835dbf32bb7a6d to your computer and use it in GitHub Desktop.
Use Scriptrunner for JIRA Cloud to automatically add a flag to an issue on transition
// Hardcoded ID for the "flagged" field.
issueInput.update.customfield_10600 = [[set: [[value: "Impediment"]]]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment