EN
Español
English
Português
    Responsible

    The structure of the “responsible” object is described below

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

    Note: Note that users are shared in applications, therefore the same mapping will be reused for cases and tasks, as long as they point to the same reference in the configuration file.

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

    Propiedades Descripción
    value Identificador del responsable en DevOps, se utiliza el correo como identificador.
    reference Identificador único para crear una relación entre los conceptos project > category, itemType, typeRegister, applicant, responsibleGroup, responsible, company, client ver
    id Id del responsable en ASMS.

    EJEMPLO: Relación del responsable en ASMS de Aranda / DevOps To create the list of states, follow the instructions below:

    1. Get the IDs of the ASMS managers in Aranda.
    2. Get the IDs or value of DevOps managers.
    3. Assign the following status equivalence:
    DevOps Manager Responsable at Aranda ID of the person in charge Aranda DevOps Manager ID
    Responsible 1 Responsible 1 1 user1@aranda.com
    Responsible 2 Responsible 2 13 user2@aranda.com
    • Type the ID of the person in charge Aranda On Property “id” and the DevOps Manager ID of its equivalent taken from the DevOps Manager On Property value
    {
      "responsible": [
        {
          "reference": "incident",
          "id": 1,
          "value": "user1@aranda.com"
        },
        {
          "reference": "incident",
          "id": 13,
          "value": "user2@aranda.com"
        }
      ]
    }
    

    ↩ Back to settings