Is it possible to set a custom field to a copy of the current value of System.IterationPath in a transition of a TFS work item workflow?
The problem I've encountered is that using a COPY doesn't appear to work as it complains that you can't copy from a TreePath to a String field (and you can't make a custom field of type TreePath).
eg. This doesn't work
<CopyRule from="field" field="System.IterationPath" />