Skip to end of banner
Go to start of banner

Azure boolean field

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Copy value mapping mode

Jira field type

Supported

Notes

String

(tick) (warning)

Rich text not supported. 

Rules

Array

(tick)

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

(tick)

Jira → Azure: 0 synced as false, true otherwise.

Azure → Jira: false synced as 0, true as 1.

Option

(tick)

Custom option values True and False should be created on Jira side.

Same rules apply as for string transformation.

Priority

(tick)

Custom priority values True and False should be created on Jira side.

Same rules apply as for string transformation.

Date

(error)


Datetime

(error)


Sprint

(error)


User

(error)

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.

  • No labels