Can we make an attribute visible to only certain roles in an RTC work item?
![]() I have an attribute which I need to restrict based on the visibility. So within the same work item, for one role it should be visible and for the other role it should not.
Is this possible?
|
Accepted answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Feb 02 '22, 7:55 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER No. Nidhi Mishra selected this answer as the correct answer
Comments ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
This has been requested multiple times, but is very complex to implement. It would also not be enough to hide the attribute presentation in an editor, you would have to hide it in queries, reporting, planning, everywhere. So no. You can hide on state and some other minimal capabilities for hiding are there. No, there is no way to extend the tool to do this, that I am aware of.
You can restrict visibility on work item level and you could link a hidden work item to the one all users can see. The hidden work item could contain the restricted information.
Okay, that makes sense. Thanks for this! |