EN
Español
English
Português
    Company

    The structure of the “company” object is described below

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

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


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


    EXAMPLE: Company Relationship in Aranda ASMS / Jira Cloud

    To create the list of states, follow the instructions below:

    1. Get the IDs of the companies from the ASMS of Aranda.
    2. Get the IDs or value of Jira Cloud companies.
    3. Assign the following company equivalence:
      Company in Jira Cloud Company in Aranda Company ID Aranda Jira Cloud Company IDs
      Company 1 Company 1 1 id_jira_item1
      Company 2 Company 2 13 id_jira_item2
    • Type the Company ID Aranda On Property “id” and the Jira Cloud Company IDs of its equivalent taken from Jira Cloud On Property value
          {
            "company": [
              {
                "id": 1,
                "value": "id_jira_item1"
              },
              {
                "id": 13,
                "value": "id_jira_item2"
              }
            ]
          }   
    


    ↩ Back to Settings