Can we force a comment in a work item when changing Planned For?
One answer
I was going to suggest you can do it with the Required Attributes for Condition advisor.
this uses a javascript true/false result condition script u write to trigger the advisor
but I don't think javascript can see the prior state..
so to do this you would have to write your own advisor
this uses a javascript true/false result condition script u write to trigger the advisor
but I don't think javascript can see the prior state..
so to do this you would have to write your own advisor
Comments
The other tricky part is being able to tell one Comment from another and determining if one related to the change in Planned For exists (or not, so you can force it). And since you can change Planned For from a plan page, you may introduce some unexpected conditions where a work item becomes dirty and unsaveable (perhaps multiple items if the change was made to a group). If someone is experimenting with plans to see how things line up with different approaches, this could be really annoying.