Hello, community!
In the UI modifications module, the contract and signature for the setValue
and getValue
methods will be deprecated. The following fields will be affected:
-
priority
-
setValue
the available argument type isstring
, values represent option ID
-
-
assignee
-
setValue
the available argument types arestring
andnull
, values represent account ID -
getValue
the propertiesdisplayName
andavatarUrls
are deprecated and will be removed
-
-
single select
-
setValue
the available argument types arestring
andnull
, values represent option ID -
getValue
the returned option shapename
property is deprecated in favor of thevalue
property
-
-
multiple select
-
setValue
the available argument type isstring[]
, values represent option IDs -
getValue
the returned option shapename
property is deprecated in favor of thevalue
property
-
-
user picker
-
setValue
the available argument types arestring
andnull
, values represent account ID -
getValue
the propertiesdisplayName
andavatarUrls
are deprecated and will be removed
-
-
multiple user picker
-
setValue
the available argument type isstring[]
, values represent a list of account IDs -
getValue
the propertiesdisplayName
andavatarUrls
are deprecated and will be removed
-
All of the deprecated contracts and signatures will be removed after June 28, 2023.
For more information on what changes should be done prior to the deprecation end date, see the list of supported fields.