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.

    Propiedades Descripción
    value Identificador del campo ci en DevOps
    reference Identificador único para crear una relación entre los conceptos project > category, itemType, typeRegister, applicant, responsibleGroup, responsible, company, client, ci ver
    id Id del ci en ASMS

    EJEMPLO: Relación del ci principal de Aranda / DevOps 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