EN
Español
English
Português
    Ci

    The structure of the “ci” object is described below

    {
      "ci": [
        {
          "value": "",
          "reference": "",
          "id": 0
        }
      ]
    }
    

    In the reference image in ASMS, you can see the Ci field.


    Properties Description
    value Identifier of the ci field in DevOps
    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/DevOps main CI relationship

    To create the cis relationship follow the instructions below:

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


    ↩ Back to settings