Skip to content

Instantly share code, notes, and snippets.

@Kalebesamuel
Created November 2, 2021 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kalebesamuel/a20cd50e0e681a54094686a39c24b299 to your computer and use it in GitHub Desktop.
Save Kalebesamuel/a20cd50e0e681a54094686a39c24b299 to your computer and use it in GitHub Desktop.
Default Jira workflow options
{
"workflowOptions": {
"backlog": {
"description": "Move jira task to backlog",
"title": "Backlog"
},
"test": {
"description": "Move jira task to test",
"title": "Testing"
},
"quality": {
"description": "Move jira task to quality",
"title": "Quality"
},
"keyuser": {
"description": "Move jira task to keyUser",
"title": "KeyUser"
},
"complete": {
"description": "Move jira task to complete",
"title": "Move jira task to completed"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment