Copy value mapping mode
Jira field type | Supported | Notes |
---|---|---|
String | Rich text not supported. | |
Array | When synchronizing Jira → Azure first array value is transformed to boolean. For the first array value transformation same rules apply as for string transformation. Custom array values True and False should be created on Jira side. | |
Number | Jira → Azure: 0 synced as false, true otherwise. Azure → Jira: false synced as 0, true as 1. | |
Option | Custom option values True and False should be created on Jira side. Same rules apply as for string transformation. | |
Priority | Custom priority values True and False should be created on Jira side. Same rules apply as for string transformation. | |
Date | ||
Datetime | ||
Sprint | ||
User | Cannot be chosen in the UI |
The transformation between the Jira field of type string and Azure field of type boolean
Direction Jira → Azure
Jira string field value | Azure boolen field value |
---|---|
"" (empty string) | false |
"false" (case insensitive) | false |
"0" | false |
everything else | true |
Direction Azure → Jira
Azure boolen field value | Jira string field value |
---|---|
true | "True" |
false | "False" |
Map value mapping mode
The same behavior as for other fields.