CASE CHG-76010-19-301968:
An adjustment is made in the Jira Cloud - ASMS integration to allow the following parameters to be added:
| Parameter | Description |
|---|---|
| Services | Case Service at ASMS |
| category | Full hierarchy of the case category, each level of the hierarchy is separated by a period (.) |
| creationDate | Case creation date in ASMS |
| priority | Case Priority in ASMS |
For this they were added in the Case of the configuration file the following parameters:
"services": {
"type": "",
"key": ""
}
"category": {
"type": "",
"key": ""
}
"creationDate": {
"type": "",
"key": ""
}
"priority": {
"type": "",
"key": ""
}
Where:
| Property | Description |
|---|---|
| type | Allowed Mapping Type: FieldValue |
| Key | Identifier of the additional field in Jira that will be used to display the corresponding value |
For more information on this change View the manual