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

properties | description |
---|---|
value | Jira Server IC ID |
Reference | Unique identifier to create a relationship between the concepts project > category, itemType, typeRegister, applicant, responsibleGroup, responsible, company, client, ci see |
Id | IC ID in ASMS |
EXAMPLE: Aranda/Jira Server Primary CI Relationship
To create the cis relationship follow the instructions below:
- Get the IDs of the cis of Aranda.
- Get the ids or values of the Jira Server cises.
- Assign the following equivalence of the cis:
ci on Jira Server | ci in Aranda | Id of the Aranda ci | Jira Server CI id | |
---|---|---|---|---|
ci 1 | ci 1 | 1 | id_item1 | |
ci 2 | ci 2 | 13 | id_item2 |
- Type the Id of the Aranda ci On Property “id” and the Id del ci Jira Server of its equivalent taken from Jira Server On Property value
{
"ci": [
{
"reference": "aranda",
"id": 1,
"value": "id_item1"
},
{
"reference": "aranda",
"id": 13,
"value": "id_item2"
}
]
}