Description from extension meta
Extracts Jira ticket details and copies formatted text to clipboard
Image from store
Description from store
A Chrome extension that helps streamline your workflow between Jira and Git by providing quick copy functions for ticket information, branch names, and commit messages.
- **Copy Ticket Info**: Quickly copy Jira ticket information in a formatted string (ticket code, title, and URL)
- **Generate Branch Names**: Automatically generate and copy Git branch names with prefixes:
- `bugfix/TICKET-XXX-description`
- `feature/TICKET-XXX-description`
- `technical/TICKET-XXX-description`
- **Generate Commit Messages**: Create standardized commit messages with prefixes:
- `[TICKET-XXX][bugfix] Description`
- `[TICKET-XXX][feature] Description`
- `[TICKET-XXX][technical] Description`
- **GitHub PR Support**: Copy PR information in a formatted string (title and URL)