@itentialopensource/adapter-jira
Version:
This adapter integrates with system Jira
56 lines • 1.25 kB
JSON
{
"maxResults": 10,
"startAt": 0,
"total": 1,
"isLast": true,
"values": [
{
"workflowId": {
"name": "My Workflow name",
"draft": false
},
"postFunctions": [
{
"id": "b4d6cbdc-59f5-11e9-8647-d663bd873d93",
"key": "postfunction-key",
"configuration": {
"value": "{ \"color\": \"red\" }",
"disabled": false
},
"transition": {
"id": 1,
"name": "Open"
}
}
],
"conditions": [
{
"id": "d663bd873d93-59f5-11e9-8647-b4d6cbdc",
"key": "condition-key",
"configuration": {
"value": "{ \"size\": \"medium\" }",
"disabled": false
},
"transition": {
"id": 1,
"name": "Open"
}
}
],
"validators": [
{
"id": "11e9-59f5-b4d6cbdc-8647-d663bd873d93",
"key": "validator-key",
"configuration": {
"value": "\"{ \\\"shape\\\": \\\"square\\\" }\"",
"disabled": false
},
"transition": {
"id": 1,
"name": "Open"
}
}
]
}
]
}