Lock fields once updated
hello,
can lock field in work item against further updates once defined, example have rule our bug work items in company severity or priority fields cannot changed through out bug life cycle, bug low severity should remain low on states, reasons, , transitions
regards,
thank much,
i have found solution while searching, using rules whenchanged , frozen
<whenchanged field="microsoft.vsts.common.severity">
<frozen />
</whenchanged>
regards,
Archived Forums V > Team Foundation Server - Project Management & Work Item
Comments
Post a Comment