Is there a way to hide attributes by user?
![]() I would like to make a work item editor that can not see some attributes for a specific user
|
Accepted answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Apr 07 '22, 1:57 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER No, there is not. HIROAKI JOSAKO selected this answer as the correct answer
Comments Thanks! commnet
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
This is between simple and totally unfeasible, dependent on what the ask is. The question is maximally fuzzy. I have seen multiple similar questions that meant completely different things.
Anyway, we have only built in hide capabilities for the attribute presentation based on "work item state" or "if the attribute is empty" or "links exist". Hiding in this case means the attribute is not shown in the editor presentation. It does not mean that the user can not access/get at the attribute value e.g. using reports or work item queries.
Access is on a work item level, a user can read the work item or can not read the work item. There is no access control on attribute level in EWM. Behavior, if customizable is usually based on ROLES and not on users. It is not possible to write custom behavior for attribute visibility in editor presentations, neither is there any way of customizing hiding data beyond what the product has built in. The process of a project area is shared across all team areas underneath it. The team areas can customize the process by adding additional roles and configure permissions and such stuff. You can not customize the work item attributes and editor presentations on that level. |