@itentialopensource/adapter-jira
Version:
This adapter integrates with system Jira
21 lines • 506 B
JSON
{
"values": [
{
"projectIds": [
"10010",
"10020"
],
"workflowScheme": {
"id": 101010,
"name": "Example workflow scheme",
"description": "The description of the example workflow scheme.",
"defaultWorkflow": "jira",
"issueTypeMappings": {
"10000": "scrum workflow",
"10001": "builds workflow"
},
"self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
}
}
]
}