Skip to content

JIRA board reducer by wout

Details

Authorwout

LicenseNo License

Categoryjira.example.com

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove cruft from JIRA boards

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         JIRA
@version      20230721.14.08
@namespace    ?
==/UserStyle== */

@-moz-document domain("jira.2rioffice.com") {
/* Issue view */

/* Remove ToDo plugin (failed license check) */
.issue-container li#rowForcustomfield_11301 {
    display: none;
}

/* Remove InVision plugin */
#iv-attachment {
    display: none;
}

#todo-list-panel {
    display: none;
}

/* Boards */

/* Remove the sprint goal */
#ghx-view-selector #ghx-sprint-goal {
    display: none !important;
}

/* Make the header more compact */
.ghx-quick-content.aui-expander-content {
    margin-bottom: 0;
}
#ghx-header {
    padding-bottom: 0;
}
.ghx-swimlane-header .ghx-heading {
    margin: 2px 0;
}

/* Move the issue key to the right to make room for the issue type */
.ghx-work .ghx-issue-content .ghx-issue-fields .ghx-key {
    margin-left: 20px
}

/* Remove labels, estimation, issue status, etc. */
.ghx-work .ghx-issue-content .ghx-extra-fields {
    display: none;
}

.ghx-work .ghx-card-footer {
    margin-top: 0
}

/* Move the issue type to the top left */
.ghx-work .ghx-card-footer .ghx-type {
    position: absolute;
    top: 10px;
}

/* Remove the priority */
.ghx-work .ghx-card-footer .ghx-flags {
    display: none;
}

/* Remove the story points */
.ghx-work .ghx-card-footer .ghx-end {
    display: none;
}

/* Remove the number of days in sprint indicator */
.ghx-work .ghx-card-footer .ghx-days {
    display: none;
}

/* Do not require a minimum height for subtasks */
.ghx-work .ghx-subtask-group .ghx-issue .ghx-issue-content {
  min-height: 0;   
}

}

Reviews

No reviews yet.