The structure of the “itemType” object relates the case types in ASMS to the “WorkItem types” of DevOps.
{
"itemType": [
{
"workItemType": "",
"reference": "",
"type": ""
}
]
}
Where:
| Properties | Description |
|---|---|
| Reference | Unique identifier to create a relationship between the concepts project > category, itemType, typeRegister, applicant, responsibleGroup, responsible, company, client see |
| type | Case Type in ASMS (Incidents, Problem, Change, ServiceCall, Release) |
| workItemType | WorkItem type ID in DevOps |
| Types of cases in ASMS |
| Incidents |
| Problem |
| Change |
| ServiceCall |
| Release |