EN
Español
English
Português
    Register the "impact" property

    1. With the help of a Aranda Service Management (ASMS) Get the IDs of the values for the property Impact required for integration; as described in the Register impact.

    2. The property Impact In DevOps is type list, you can review the identifiers by looking for the field designated as impact in DevOps Properties.

    3. Match the values of Impact of DevOps with the ID of the property Impact ASMS script, as shown below:

    Impact DevOps Impact ASMS GO IMPACT ASMS
    Significant / Large CRITICAL 6
    2 - Medium HIGH 5
    3 - Low LOW 4

    4. Write the relationship on the property impact of the configuration file as follows:

    {
        "impact": [
        {
            "field": "",
            "reference": "",
            "mapping": [
            {
                "id": 6,
                "value": "Significant / Large"
            },
            {
                "Id": 5,
                "Value": "2 - Medium"
            }
            ]
        }
        ]
    }
    

    5. On the property Reference Enter the reference value based on the project being configured

    {
      "impact": [
        {
          "field": "",
          "reference": "project 1",
          "mapping": [
            {
              "id": 6,
              "value": "Significant / Large"
            },
            {
              "Id": 5,
              "Value": "2 - Medium"
            }
          ]
        }
      ]
    }
    

    6. On the property field Type the name of the field Impact in DevOps, here you can find the field id DevOps Properties, write it as follows:

    {
      "impact": [
        {
          "field": "customfield_10125",
          "reference": "project 1",
          "mapping": [
            {
              "id": 6,
              "value": "Significant / Large"
            },
            {
              "Id": 5,
              "Value": "2 - Medium"
            }
          ]
        }
      ]
    }
    


    ↩ Return