This Python script formats Jira ticket title, branch number and prefix into a formatted branch name and copies it to the clipboard. It allows users to customize the Jira ticket prefix and code.
- Run the script:
python branch.py
- Enter the text to be formatted when prompted.
- Enter the ticket prefix (default is 'AC'; press Enter to use default) when prompted.
- Enter the ticket number when prompted.
- The formatted Jira ticket is copied to the clipboard.
This script is licensed under the MIT License.
- Create into browser extension that copies information from Jira ticket vs. manually entering.