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.

Propiedades | Descripción |
---|---|
value | Identificador del responsable en DevOps, se utiliza el correo como identificador |
reference | Identificador único para crear una relación entre los conceptos project > category, itemType, typeRegister, applicant, responsibleGroup, responsible, company, client ver |
id | Id del responsable en ASMS |
EJEMPLO: Relación del responsable en ASMS de Aranda / 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"
}
]
}