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 | Client ID in JiraServer |
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 Server Customer Relationship
To create the customer relationship, follow the instructions below:
- Get Aranda customer IDs.
- Get the ids or value of Jira Server customers.
- Assign the following customer equivalence:
Customer on Jira Server | Customer in Aranda | Client ID Aranda | Jira Server Client 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 Server Client ID of its equivalent taken from Jira Server On Property value
{
"client": [
{
"reference": "aranda",
"id": 1,
"value": "id_item1"
},
{
"reference": "aranda",
"id": 13,
"value": "id_item2"
}
]
}