Skip to content

Instantly share code, notes, and snippets.

@pedrostc
Last active November 12, 2021 19:22
Show Gist options
  • Save pedrostc/3ac388aa8ba81414a82bcc13d80b3b67 to your computer and use it in GitHub Desktop.
Save pedrostc/3ac388aa8ba81414a82bcc13d80b3b67 to your computer and use it in GitHub Desktop.
bookmarklet to Toggle the Jira story view right bar
javascript:(() => {var e = document.querySelector('[data-test-id$=".issue-layout.right-most-column"]').parentElement; e.style.display=(e.style.display==='none' ? %27%27 : %27none%27);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment