The structure of the “typeRegister” object is described below
{
"typeRegister": [
{
"value": "",
"reference": "",
"id": 0
}
]
}
reference image in ASMS, in the image you can see the Record Type field

| properties | description |
|---|---|
| value | Jira Cloud Record Type Identifier |
| Reference | Unique identifier to create a relationship between the concepts project > category, itemType, typeRegister, applicant, responsibleGroup, responsible, company, client see |
| Id | Record type ID in ASMS |
EXAMPLE: Record type relationship in Aranda/Jira Cloud ASMS
To create the list of record types, follow the instructions below:
- Get the IDs of the types of records from the Aranda ASMS.
- Get the IDs or value of Jira Cloud record types.
- Assign the following equivalence of record types:
| Jira Cloud record type | Type of registration in Aranda | Registry type ID Aranda | Jira Cloud record type ID | |
|---|---|---|---|---|
| Record Type 1 | Record Type 1 | 1 | id_item1 | |
| Record Type 2 | Record Type 2 | 13 | id_item2 |
- Type the Registry type ID Aranda On Property “id” and the Jira Cloud record type ID of its equivalent taken from Jira Cloud On Property value
{
"typeRegister": [
{
"id": 1,
"value": "id_item1"
},
{
"id": 13,
"value": "id_item2"
}
]
}