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 | Controller ID in Jira Server Assignable users in Jira Server |
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 ASMS of Aranda / Jira Server
To create the list of states, follow the instructions below:
- Get the IDs of the ASMS managers in Aranda.
- Get IDs or value from Jira Server managers.
- Assign the following status equivalence:
Responsible at Jira Server | Responsable at Aranda | ID of the person in charge Aranda | Jira Server 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 Server Manager ID of its equivalent taken from the ASMS de Jira Server On Property value
{
"responsible": [
{
"reference": "incident",
"id": 1,
"value": "user_jira_1"
},
{
"reference": "incident",
"id": 13,
"value": "user_jira_2"
}
]
}