Skip to content

Instantly share code, notes, and snippets.

@jimbojsb
Last active December 11, 2015 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimbojsb/b4276408b9aae6ef1d5f to your computer and use it in GitHub Desktop.
Save jimbojsb/b4276408b9aae6ef1d5f to your computer and use it in GitHub Desktop.
Disable Jira Agile / GreenHopper issue detail view on Kanban Board
  1. Get a user style tool for your browser of choice. I used Stylish for Chrome
  2. Add a stylesheet for your jira hostname with the following:
#ghx-detail-view {
    display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment