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.
- Download Tickety-Tick
- Find extension settings in your browser
- Turn off auto-formatting of commit messages
- Set "Commit Message Format" to
[{id}] {title}
- Set "Branch Name Format" to
{type}/{id | slugify | uppercase}-{title | slugify}