FieldLiteralMapConfig
Ref
Less than 1 minute to read
2024-08-27 03:49:54 -0500
draft
This page is in draft and may include errors or omissions. Please check the discussions for any pending updates and changes to the content or to suggest your own changes.
Sets a field on the target
to b a specific value.
Options
Parameter name | Type | Description | Default Value |
targetField | String | missng XML code comments | missng XML code comments |
value | String | missng XML code comments | missng XML code comments |
WorkItemTypeName | String | missng XML code comments | missng XML code comments |
Example
A basic sample for FieldLiteralMapConfig configuration.
1
2
3
4
5
6
{
"$type": "FieldLiteralMapConfig",
"WorkItemTypeName": "*",
"targetField": "System.Status",
"value": "New"
}