is it possible to restrict tabs of activity section in view issue screen to project roles ?

Boris.Blaha-Ysker@ext.hlag.com August 22, 2012

we want to design a light verion of the view issue screen for users that have ONLY peroject Browse opermissions and want therfore to hide the tabs 'Work Log' 'Activity', 'History' and 'Transitions'

is there any way to do this ?

2 answers

0 votes
Renjith Pillai
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 4, 2012

You can do a javascript hack similar to the one in the link below (You just need to identify the id of the elements that you need to hide).

https://answers.atlassian.com/questions/57653/is-it-possible-to-active-voting-for-only-one-project

0 votes
TylerA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 3, 2012

No, that would require field-level security, as the Work Log, History, and Activity tabs are just views on the issue data itself. (Hiding the history would require hiding certain fields.)

Removing workflow transition links is definitely possible by setting Workflow requirements/conditions for each transition. If you ensure that "basic users" aren't included in those restrictions, the transition buttons will not appear when they visit the page.

Suggest an answer

Log in or Sign up to answer