Value to Value Mapping for fields of type Picklist #1790
Unanswered
daryllmamaril
asked this question in
Q&A
Replies: 1 comment
-
There are a number of field maps available... I think that you want the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @MrHinsh and Team!
Hope you are all well!
If I have a field which is of type Picklist (not free text), is there a value to value mapping for this?
For example:
If source has a picklist with a value of "North America" and target has "USA". If I need to map North America to USA which field map should I use?
I tried:
{
"$type": "FieldValueMapConfig",
"WorkItemTypeName": "*",
"sourceField": "Custom.Division",
"targetField": "Custom.Division",
"defaultValue": "default",
"valueMapping": {
"$type": "Dictionary`2",
"NorthAmerica": "USA"
}
}
Beta Was this translation helpful? Give feedback.
All reactions