EN
Español
English
Português
    Definition

    The following example shows how to populate the configuration file to be able to integrate between ASMS and Jira Cloud. Start with a totally clean configuration file as shown below:

    {
      "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": ""
            }
          ]
        }
      ]
    }
    


    To proceed with the example described, follow the steps below:

    1. View Project Mapping

    2. View Case Mapping

    3. View Mapping Mapping

    4. View Model Mapping

    5. See Urgency Mapping

    6. View Impact Mapping

    As an example, the following scenarios are shown for the creation of the configuration file: Scenarios