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

properties | description |
---|---|
value | Identifier of the person in charge in Jira Cloud Assignable users in Jira CLoud |
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 / Jira Cloud ASMS
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 Jira Cloud managers.
- Assign the following status equivalence:
Responsible at Jira Cloud | Responsable at Aranda | ID of the person in charge Aranda | Jira Cloud Manager ID | |
---|---|---|---|---|
Responsible 1 | Responsible 1 | 1 | user_jira_1 | |
Responsible 2 | Responsible 2 | 13 | user_jira_2 |
- Type the ID of the person in charge Aranda On Property “id” and the Jira Cloud Manager ID of its equivalent taken from the ASMS de Jira Cloud On Property value
{
"responsible": [
{
"reference": "incident",
"id": 1,
"value": "user_jira_1"
},
{
"reference": "incident",
"id": 13,
"value": "user_jira_2"
}
]
}