Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LukeMurphey/b1795eeab4b482ee0d45bf336d126bc4 to your computer and use it in GitHub Desktop.
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)
$('#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