Replies: 1 comment
-
Your regex field map is a good solution. We have the https://devopsmigration.io/docs/reference/tools/string-manipulator-tool/ but it cant target specific fields. |
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.
-
FYI: Came across an issue with a work item that had a max length (256 character) title. While this is allowed in the UI, it generates an error in the work item tracking client (see below). Editing the title doesn't help because the original revision still fails. I worked around this with a regex field map, not sure why the pattern required the post group match but it returned the entire string without it.
Beta Was this translation helpful? Give feedback.
All reactions