Will deleting values from enumeration type affect any current work item use this enumeration value?
![]()
Hi,
I have attributes that uses enumeration values, and I need to shorten the list of enumeration values available for user. but I'm not sure if there are work items already using this enumeration values that I'm going to delete. Will this current work items affected if I delete this enumeration values that is used by them? or it is OK to delete the values from the enumeration list? Thank you. |