I have a group of users that require a really simple task tracking system and so I'd like to hide things like Issues: Due and Issues: Updated recently
Is there a way to customize the Summary tab?
I don't know exactly of OnDemand supports the announcement banner but if it does, copy this JS code to the banner
<script> (function($){ $(document).ready(function(){ AJS.$("#fragdueissues").hide(); AJS.$("#fragrecentissues").hide(); }); })(AJS.$); </script>
This is known to work in JIRA 4.4 on the installed version.
You could also use that code in a V2 plugin with a scoped web resource or add it to a SpeakEasy plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.