Does Anyone knows how to edit Issues Screen

Seiji Morita February 12, 2012

I want to Edit the Issues Scree or hide some results, this is possible? If it is how to do it? Helllllp lol

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

To hide the assignees you could add this Javascript to the system banner

<script>
(function($){
   $(document).ready(function(){
      AJS.$(".assigneeRow").find("a").remove()
   });  
})(AJS.$);
</script>

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 12, 2012

The receipt is simple: Just find some div element with it's id and hide this. E.g. to hide the unresolved components add this

      AJS.$("#fragunresolvedissuesbycomponent").hide()

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events