Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 683 Bytes

tickety_tick.md

File metadata and controls

13 lines (11 loc) · 683 Bytes

Tickety-Tick

Tickety-Tick is a browser extension that automatically generates commit messages and branch names from JIRA tickets. Thanks to these naming conventions, tickets in JIRA have branches, commits, and pull requests associated with them, and tickets move automatically between columns in the sprint board.

  1. Download Tickety-Tick
  2. Find extension settings in your browser
  3. Turn off auto-formatting of commit messages
  4. Set "Commit Message Format" to [{id}] {title}
  5. Set "Branch Name Format" to {type}/{id | slugify | uppercase}-{title | slugify}