In fact i want to show only the dashboard for the normal users, does anyone knows if is possible to do that ?
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you please explain a bit more? Wasn't able to make out what exactl you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.