urre / git-branch-name-from-jira-ticket

Create a git branch name from a JIRA Ticket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Right click on the ticket number in the upper left corner
  3. A git branch name is now copied to your clipboard, it looks like this PROJ-123-the-ticket-title-here

Paste it anywhere



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

  • Right click and click "Copy Git branch name to Clipboard"...

Changelog

  • 2023-02-08: 🎉 First version released

License

MIT © Urban Sanden

About

Create a git branch name from a JIRA Ticket

License:MIT License


Languages

Language:JavaScript 100.0%