Is it possible to add a Tag to migrated items #1284
Unanswered
kphillpotts
asked this question in
Q&A
Replies: 1 comment
-
Yes, you can use a field map for that. Ther are a couple that have the word "Tag" in the name that might do what you need. |
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.
-
Just wondering if anyone knows an easy way to add a
Tag
to work items in the destination as part of a migration.My use case, is that I am migrating a bunch of items into a test environment and want to identify the items in the destination that have come from a particular run of the migration tool so I can easily query them.
So far the best way I have seen to do this is to use a query for
History
contains words "This work item was migrated from a different project or organization" but that is a bit janky and I'd like a better way. (just thinking I could probably also do a query where reflectedworkid is not blank - but still doesn't help identify a particular run).Any thoughts or suggestions appreciated.
Beta Was this translation helpful? Give feedback.
All reactions