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

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

    {
      "project": [
        {
          "id": 0,
          "service": 0,
          "category": [
            {
              "reference": "",
              "id": 0,
              "value": ""
            }
          ]
        }
      ],
      "itemType": [
        {
          "reference": "",
          "type": "",
          "workItemType": ""
        }
      ],
      "case": [
        {
          "reference": "",
          "definition": {
            "subject": {
              "type": "",
              "key": ""
            },
            "description": {
              "type": "",
              "key": ""
            },
            "responsible": {
              "type": "",
              "key": "",
              "searchBy": [ "Email" ],
              "defaultValue": {
                "id": 0,
                "value": ""
              }
            },
            "responsibleGroup": {
              "key": "",
              "type": "",
              "defaultValue": {
                "id": 0,
                "value": ""
              }
            },
            "client": {
              "type": "",
              "key": "",
              "searchBy": [ "Email" ],
              "defaultValue": {
                "id": 0,
                "value": ""
              }
            },
            "company": {
              "type": "",
              "key": "",
              "defaultValue": {
                "id": 0,
                "value": ""
              }
            },
            "applicant": {
              "type": "",
              "key": "",
              "searchBy": [ "Email" ],
              "defaultValue": {
                "id": 0,
                "value": ""
              }
            },
            "typeRegister": {
              "type": "",
              "key": "",
              "defaultValue": {
                "id": 0,
                "value": ""
              }
            },
            "ci": {
              "type": "",
              "key": "",
              "defaultValue": {
                "id": 0,
                "value": ""
              }
            }
          }
        }
      ],
      "responsible": [
        {
          "reference": "",
          "Id": 0,
          "Value": ""
        }
      ],
      "typeRegister": [
        {
          "reference": "",
          "Id": 0,
          "Value": ""
        }
      ],
      "client": [
        {
          "reference": "",
          "Id": 0,
          "Value": ""
        }
      ],
      "company": [
        {
          "reference": "",
          "Id": 0,
          "Value": ""
        }
      ],
      "ci": [
        {
          "reference": "",
          "Id": 0,
          "Value": ""
        }
      ],
      "model": [
        {
          "id": 0,
          "reference": "",
          "additionalFields": [
            {
              "id": 0,
              "type": "",
              "field": {
                "key": ""
              },
              "value": [
                ""
              ],
              "mapping": [
                {
                  "id": 0,
                  "value": ""
                }
              ]
            }
          ],
          "state": [
            {
              "id": 0,
              "value": "",
              "reason": 0,
              "commentary": {
                "key": "",
                "value": ""
              }
            }
          ]
        }
      ],
      "urgency": [
        {
          "field": "",
          "reference": "",
          "mapping": [
            {
              "id": 0,
              "value": ""
            }
          ]
        }
      ],
      "impact": [
        {
          "field": "",
          "reference": "",
          "mapping": [
            {
              "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

    Como exemplo, os seguintes cenários são mostrados para a criação do arquivo de configuração: Cenários