How to restrict a tab in workitem for certain roles?
![]()
A requirement has come up about possibly adding a new tab for a work items that can be protected by a security right that only a certain role (example: QA) would be able to view and edit. We would want this tab to NOT be available to any developers, leads, and stakeholders. In addition, they would want to be able to query it in order to make reports, but the values within that tab would not be queried by any other role.
Please let me know how to achieve this? |
2 answers
![]()
The only documented "hideIf###" parameter for a tab in the editor presentation is "hideIfEmpty". There are a few more "hideIf###" parameters for the attribute presentation, but none of them are based on permissions/roles.
https://jazz.net/library/article/130 |