Migrated test plans and the "migrated" tag #872
-
I was using the This line of code seems to be doing it: targetPlanWorkItem.ToWorkItem().Tags = targetPlanWorkItem.ToWorkItem().Tags + ";migrated"; It looks like there was a commit/PR where you added that tag that you maybe wanted to remove it at some point. The tag must be used to signify that the test plan has indeed been migrated, and a future improvement could be to remove the tag when the test plan migration is finished? From my testing, test plans were the only work item that had this tag added (or at least not removed), so I was more just curious than anything. Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
/:) I really have no idea! It might have been useful way back in the mists of time. It can, I think, be used as a way to skip source items and resume a migration. |
Beta Was this translation helpful? Give feedback.
/:) I really have no idea! It might have been useful way back in the mists of time. It can, I think, be used as a way to skip source items and resume a migration.