using Delta-config for custom enums per project, help, literal name best practices
We are successfully configured to provide a custom enum for each dev project using shared project areas and the delta-config support introduced in 4.0.1.
our process is to name the field
com.xx.workitem.enumeration.literal.L1.... L2... etc
butI think this will cause a problem in reporting across teams.. as EACH will have an L1, L2...
but the text will be different and mean different things to them..
should the name be
com.xx.workitem.enumeration.Projectname.literal.L1.
if they ever copy to another project area (unlikely) we are gonna have mapping problems regardless..