Skip to content

Instantly share code, notes, and snippets.

@jenikm
Created February 10, 2017 04:45
Show Gist options
  • Save jenikm/0cf2e61de4124ffe6c0f0d87314c3e50 to your computer and use it in GitHub Desktop.
Save jenikm/0cf2e61de4124ffe6c0f0d87314c3e50 to your computer and use it in GitHub Desktop.
Grab Selected Jira tasks
[].slice.apply(document.querySelectorAll(".ghx-selected .ghx-key")).map(a => a.innerHTML).filter(a => a.indexOf("ECOM-") != -1).join(" ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment