EN
Español
English
Português
    Customer

    The structure of the client object is described below

    {
      "client": [
        {
          "value": "",
          "reference": "",
          "id": 0
        }
      ]
    }
    

    reference image in ASMS, in the image you can see the Customer field

    properties description
    value Customer ID in JiraCloud
    Reference Unique identifier to create a relationship between the concepts project > category, itemType, typeRegister, applicant, responsibleGroup, responsible, company, client see
    Id Client ID in ASMS

    EXAMPLE: Aranda/Jira Cloud Customer Relationship

    To create the customer relationship, follow the instructions below:

    1. Get Aranda customer IDs.
    2. Get the ids or value of Jira Cloud customers.
    3. Assign the following customer equivalence:
    Customer in Jira Cloud Customer in Aranda Client ID Aranda Jira Cloud customer id
    Client 1 Client 1 1 id_item1
    Customer 2 Customer 2 13 id_item2
    • Type the Client ID Aranda On Property “id” and the Jira CLoud Client ID of its equivalent taken from Jira Cloud On Property value
    {
      "client": [
        {
          "reference": "aranda",
          "id": 1,
          "value": "id_item1"
        },
        {
          "reference": "aranda",
          "id": 13,
          "value": "id_item2"
        }
      ]
    }   
    

    ↩ Back to Settings