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

| Propiedades | Descripción |
|---|---|
| value | Identificador del tipo de registro en DevOps |
| reference | Identificador único para crear una relación entre los conceptos project > category, itemType, typeRegister, applicant, responsibleGroup, responsible, company, client ver |
| id | Id del grupo responsable en ASMS |
EJEMPLO: Relación del grupo responsable de Aranda / DevOps To create the list of responsible groups, follow the instructions below:
- Get the IDs of the groups responsible for Aranda.
- Get the Ids or value of the groups responsible for DevOps, it will be related to an additional field type list since this concept does not exist in DevOps.
- Assign the following status equivalence:
| Group responsible for DevOps | Group responsible in Aranda | Id of the group responsible Aranda |
|---|---|---|
| Responsible Group 1 | Responsible Group 1 | 1 |
| Responsible Group 2 | Responsible Group 2 | 13 |
- Type the Id of the group responsible Aranda On Property “id” and the responsible group in DevOps of its equivalent taken from DevOps On Property value
{
"responsibleGroup": [
{
"id": 1,
"value": "Grupo Responsable 1"
},
{
"id": 13,
"value": "Grupo Responsable 2"
}
]
}