Created
January 26, 2018 20:52
-
-
Save LukeMurphey/b1795eeab4b482ee0d45bf336d126bc4 to your computer and use it in GitHub Desktop.
A snippet of JS that converts the list of tickets attached to a table (in JIRA formatting)
This file contains 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
$('#ghx-issues-in-epic-table td:nth-child(2)').text().replace(/\s+/gi, " | | | \n |") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment