Forums

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

Customizing Summary tab

Deleted user November 17, 2011

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?

1 answer

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.
November 24, 2011

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events