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 Cloud 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 Cloud 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 Cloud cises.
- Assign the following equivalence of the cis:
| ci in Jira Cloud | ci in Aranda | Id of the Aranda ci | Jira Cloud 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 Cloud of its equivalent taken from Jira Cloud On Property value
{
  "ci": [
    {
      "reference": "aranda",
      "id": 1,
      "value": "id_item1"
    },
    {
      "reference": "aranda",
      "id": 13,
      "value": "id_item2"
    }
  ]
}