A simple tool to extract URLs from JIRA ticket and GitHub PR descriptions in Markdown format.
Ticket Scalper takes HTML from your clipboard, parses the content, and extracts any URLs found within JIRA ticket search results and GitHub PR, formatted in Markdown. The extracted URLs are then written to stdout.
- Python 3.10+
install the package using pip
pip install git+https://github.com/kjaymiller/ticket_scalper.git
- Get the source-code of your search results
- Run the app in the terminal
scalper github|jira <HTML SOURCE>
scalper github|jira --clipboard
- GH|JIRA cli + jq
- gh|jira python packages
This is a one-shot project used mostly for work. Contributions are not accepted. You are free to fork the code and update.
There are dedicated tools to solve this reliably. If you use this and run into issues, consider a more reliable solution.
Ticket Scalper is released under the MIT License