As the image shown, I have some projects and viewed some others. But the viewed projects always show up on Repositories tab. Could anyone tell me the way to hide the viewed projects ? I only want to see my projects.
Hello,
in order to hide Recently Viewed section, you need to :
- install Announcer for Stash plugin (https://marketplace.atlassian.com/plugins/com.wittified.atl-announcer-stash)
- edit announcement (https://wittified.atlassian.net/wiki/display/ANNOUNCE/Users+guide) inserting the following code :
<script> jQuery(document).ready(function(){ jQuery(".recent-repositories-section").hide(); }); </script>
Hope this helps,
Fabio
hmm im using cloud jira :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.