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 Server |
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/Jira Server ASMS
To create the list of states, follow the instructions below:
- Get the IDs of the companies from the ASMS of Aranda.
- Get the IDs or value of Jira Server companies.
- Assign the following company equivalence:
Company on Jira Server | Company in Aranda | Company ID Aranda | Jira Server 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 Server Company IDs of its equivalent taken from Jira Server On Property value
{
"company": [
{
"id": 1,
"value": "id_jira_item1"
},
{
"id": 13,
"value": "id_jira_item2"
}
]
}