The structure of the “responsible” object is described below
{
"responsible": [
{
"value": "",
"reference": "",
"id": 0
}
]
}
In the reference image in ASMS, you can see the Responsible field.

Properties | Description |
---|---|
value | Identifier of the controller in DevOps, mail is used as an identifier |
Reference | Unique identifier to create a relationship between the concepts project > category, itemType, typeRegister, applicant, responsibleGroup, responsible, company, client see |
Id | ASMS Manager ID |
EXAMPLE: Relationship of the person in charge in Aranda ASMS / DevOps
To create the list of states, follow the instructions below:
- Get the IDs of the ASMS managers in Aranda.
- Get the IDs or value of DevOps managers.
- Assign the following status equivalence:
DevOps Manager | Responsable at Aranda | ID of the person in charge Aranda | DevOps Manager ID | |
---|---|---|---|---|
Responsible 1 | Responsible 1 | 1 | user1@aranda.com | |
Responsible 2 | Responsible 2 | 13 | user2@aranda.com |
- Type the ID of the person in charge Aranda On Property “id” and the DevOps Manager ID of its equivalent taken from the DevOps Manager On Property value
{
"responsible": [
{
"reference": "incident",
"id": 1,
"value": "user1@aranda.com"
},
{
"reference": "incident",
"id": 13,
"value": "user2@aranda.com"
}
]
}