How to set the static field value in the target WorkItem #1611
Answered
by
MrHinsh
VenuVavilala
asked this question in
Q&A
-
I would like to understand how we can set a static field value in the targeted WorkItem, |
Beta Was this translation helpful? Give feedback.
Answered by
MrHinsh
Sep 5, 2023
Replies: 1 comment
-
You can use the Field Literal Map! {
"$type": "FieldLiteralMapConfig",
"WorkItemTypeName": "User Story",
"targetField": "Custom.StoryType",
"value": "Enhancement"
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MrHinsh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the Field Literal Map!
https://nkdagility.com/learn/azure-devops-migration-tools/Reference/v1/FieldMaps/FieldLiteralMapConfig/