Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 941 Bytes

File metadata and controls

36 lines (23 loc) · 941 Bytes

Create a git branch name from a JIRA Ticket

Chrome Extension that creates a git branch name from a Jira Ticket number and title.

Example

  1. Open a JIRA ticket modal or a ticket page
  2. Click to copy branch name
  3. A git branch name is now copied to your clipboard, it looks like this feat/devABC-123/cool-ticket-name

alt text



Install

  • Clone repo or download zip
  • Open upp Google Chrome Extensions. Window → Extensions. Or goto chrome://extensions/
  • Click Developer Mode
  • Click Load Unpacked Extension
  • Navigate to the folder where you saved it

Usage

  • Open a JIRA ticket modal or a ticket page
  • Click the copy button below the the title

Changelog

  • 2025-10-27: Removed context menu right click, just show the branch name and copy button inline
  • 2023-02-08: 🎉 First version released

License

MIT © Urban Sanden