PT
Español
English
Português
    Definição

    O exemplo a seguir mostra como preencher o arquivo de configuração para integrar o ASMS e o DevOps. Comece com um arquivo de configuração totalmente limpo, conforme mostrado abaixo:

    {
      "project": [
        {
          "id": 0,
          "collection": "",
          "service": "",
          "category": [
            {
              "reference": "",
              "id": 0,
              "project": "",
              "dataSource": ""
            }
          ]
        }
      ],
      "itemType": [
        {
          "reference": "",
          "type": "",
          "workItemType": ""
        }
      ],
      "case": [
        {
          "reference": "",
          "definition": {
            "subject": {
              "type": "",
              "key": ""
            },
            "description": {
              "type": "",
              "key": ""
            },
            "idByProject":{
              "type": "",
              "key": ""
            },
            "responsible": {
              "type": "",
              "key": "",
              "searchBy": [ "Email" ]
            },
            "responsibleGroup": {
              "key": "",
              "type": "",
              "defaultValue": {
                "id": 0,
                "value": ""
              }
            },
            "client": {
              "type": "",
              "key": ""
            },
            "company": {
              "type": "",
              "key": ""
            },
            "applicant": {
              "type": "",
              "key": "",
              "defaultValue": {
                "id": 0,
                "value": ""
              }
            },
            "typeRegister": {
              "type": "",
              "key": "",
              "value": ""
            },
            "ci": {
              "type": "",
              "key": ""
            }
          }
        }
      ],
      "responsibleGroup": [
        {
          "reference": "",
          "Id": 0,
          "Value": ""
        },
        {
          "reference": "",
          "Id": 0,
          "Value": ""
        }
      ],
      "responsible": [
        {
          "reference": "",
          "Id": 0,
          "Value": ""
        }
      ],
      "applicant": [
        {
          "reference": "",
          "Id": 0,
          "Value": ""
        }
      ],
      "client": [
        {
          "reference": "",
          "Id": 0,
          "Value": ""
        }
      ],
      "company": [
        {
          "reference": "",
          "Id": 0,
          "Value": ""
        }
      ],
      "typeRegister": [
        {
          "reference": "",
          "id": 0,
          "value": ""
        }
      ],
      "ci": [
        {
          "reference": "",
          "id": 0,
          "value": ""
        }
      ],
      "model": [
        {
          "reference": "",
          "id": 0,
          "additionalFields": [
            {
              "type": "",
              "id": 0,
              "field": {
                "key": ""
              }
            },
            {
              "type": "",
              "id": 0,
              "field": {
                "key": ""
              },
              "mapping": [
                {
                  "id": 0,
                  "value": ""
                },
                {
                  "id": 0,
                  "value": ""
                }
              ]
            }
          ],
          "state": [
            {
              "id": 0,
              "value": "",
              "reason": 0,
              "commentary": {
                "key": "",
                "value": ""
              }
            }
          ]
        }
      ],
      "urgency": [
        {
          "field": "",
          "reference": "",
          "mapping": [
            {
              "id": 0,
              "value": ""
            },
            {
              "Id": 0,
              "Value": ""
            }
          ]
        }
      ],
      "impact": [
        {
          "field": "",
          "reference": "",
          "mapping": [
            {
              "id": 0,
              "value": ""
            },
            {
              "Id": 0,
              "Value": ""
            }
          ]
        }
      ]
    }
    


    Para prosseguir com o exemplo descrito, siga as etapas abaixo:

    1. Exibir mapeamento de projetos ↪

    2. Visualizar mapeamento de casos ↪

    3. Mapeamento de Visualização Mapeamento ↪

    4. Exibir mapeamento de modelo ↪

    5. Consulte Mapeamento de Urgência ↪

    6. Visualizar mapeamento de impacto ↪