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.

Properties | Description |
---|---|
value | DevOps Record Type Identifier |
Reference | Unique identifier to create a relationship between the concepts project > category, itemType, typeRegister, applicant, responsibleGroup, responsible, company, client see |
Id | Responsible group ID in ASMS |
EXAMPLE: Relationship of the group responsible for 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"
}
]
}