Created
February 10, 2017 04:45
-
-
Save jenikm/0cf2e61de4124ffe6c0f0d87314c3e50 to your computer and use it in GitHub Desktop.
Grab Selected Jira tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[].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