SmartIT_Extensions/BMC/smart-it-full/mocks/change-mcsm.json

72 lines
1.7 KiB
JSON

{
"tickets": [
{
"vendor" : {
"name" : "JIRA [Instance 1]",
"id": "AGGADG0HG1B1ZAOW6WPPOVKNBUYYJK"
},
"description": "null",
"id": "JIRA_1234",
"title": "Test Change with Priority",
"updated": "2017-10-27T06:04:30.000+0000",
"properties": [
{
"name": "Assignee",
"type": "text",
"value": "user_1"
},
{
"name": "Issue Type",
"type": "text",
"value": "Story"
},
{
"name": "Fix Version",
"type": "text",
"value": ""
},
{
"name": "Labels",
"type": "text",
"value": "CRQ713"
}
],
"status": "To Do",
"vendorTicketUrl": "http://jira.panamabmc.com/browse/JIRA_1234"
},
{
"vendor" : {
"name" : "JIRA [Instance 1]",
"id": "AGGADG0HG1B1ZAOW6WPPOVKNBUYYJK"
},
"description": "This is to test whether template mapping is working",
"id": "JIRA_5678",
"title": "Test Change Brokering with template",
"updated": "2017-10-27T06:04:14.000+0000",
"properties": [
{
"name": "Assignee",
"type": "text",
"value": "user_1"
},
{
"name": "Issue Type",
"type": "text",
"value": "Story"
},
{
"name": "Fix Version",
"type": "text",
"value": ""
},
{
"name": "Labels",
"type": "text",
"value": "CRQ713"
}
],
"status": "To Do",
"vendorTicketUrl": "http://jira.panamabmc.com/browse/JIRA_5678"
}
]
}