Skip to content

Instantly share code, notes, and snippets.

@NiklasLehnfeld
Last active December 3, 2021 20:13
Show Gist options
  • Save NiklasLehnfeld/73b8de7910b3774b5dd4d9308d162d01 to your computer and use it in GitHub Desktop.
Save NiklasLehnfeld/73b8de7910b3774b5dd4d9308d162d01 to your computer and use it in GitHub Desktop.
Pivotal Tracker Backlog Cleanup
// Save this line as a bookmark in your browser and hit it when you are on your pivotal board.
// It will hide all the blocked stories and the iterations for you.
// You will quickly get a clean backlog where you can find a new open & unblocked story quickly :)
javascript:cleanup=function(){$('button[data-aid="VelocityIndicator"]').click() && $('input[id="velocity_overridden_velocity"]:text').val("100") && $('button[class="apply submit"]').click() && $('img[alt$="has blockers icon" i]').parent().parent().parent().parent().hide();};cleanup();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment