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 Jira Server is of type list, you can review the identifiers by looking for the field designated as impact in Properties in Jira Server.

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

    Impact Jira Server Impact ASMS GO IMPACT ASMS ID IMPACT Jira Server
    Significant / Large CRITICAL 6 1
    2 - Medium HIGH 5 2
    3 - Low LOW 4 3

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

    {
      "impact": [
        {
          "field": "",
          "reference": "",
          "mapping": [
            {
              "id": 1,
              "value": "Significant / Large"
            },
            {
              "Id": 11,
              "Value": "10002"
            }
          ]
        }
      ]
    }
    

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

    {
       "impact":[
          {
             "field":"",
            "reference": "project 1",
             "mapping":[
                {
                   "id":1,
                   "value":"Significant / Large"
                },
                {
                   "Id":11,
                   "Value":"10002"
                }
             ]
          }
       ]
    }
    

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

    {
       "impact":[
          {
             "field":"customfield_10125",
            "reference": "project 1",
             "mapping":[
                {
                   "id":1,
                   "value":"Significant / Large"
                },
                {
                   "Id":11,
                   "Value":"10002"
                }
             ]
          }
       ]
    }
    


    ↩ Volver