Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to don't show "Issues" and "Summary" pages for the requester

Seiji Morita February 9, 2012

In fact i want to show only the dashboard for the normal users, does anyone knows if is possible to do that ?

3 answers

0 votes
Dieter
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.
February 9, 2012

I am not quite sure what exactly you mean, but you could hide the "Projects" and "Issue" menu using the following code in your announcement banner or some web resource plugin module

<script>
(function($){
   $(document).ready(function(){
      $("#find_link").parent().hide();
      $("#browse_link").parent().hide();
   });  
})(AJS.$);
</script>

If that's what you want one still might need to include a user group check to present the "normal" interface for another group of users.

0 votes
Seiji Morita February 9, 2012

Hi Renjith, Thank you for the feedback.

I want to show oly the dashboard and the menu for create issues for the users for a specific projetc、like whe a user with privilege of "user" login he will only see the "request menu"+"Filter" and dashboard.

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.
February 9, 2012

Could you please explain a bit more? Wasn't able to make out what exactl you need.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events