Jira + Git workflow bridge

Jitly vs doing it manually (the old way)

What it actually looks like to start and finish a ticket by hand, step by step, and why it's easy to skip steps.

Before I wrote Jitly this is what starting a ticket looked like for me, and probably for most of you too: open Jira in a browser tab, find the ticket, copy the ID, alt-tab to terminal, git checkout main, git pull, then try to remember what branch naming convention we agreed on three months ago in a Slack thread nobody can find anymore.

Comparison chart showing 5 manual steps to start and finish a Jira ticket versus 2 Jitly commands Manual way With Jitly Find ticket in Jira Copy ID, switch to terminal Checkout + pull + branch Code, commit, push Back to Jira, move card jitly start ABC-123 code, commit as usual jitly done 5 manual steps 2 commands

Then you do the actual work. Then it's commit time and you either forget to put the ticket ID in the message or you copy it wrong. Push. Alt-tab back to Jira. Find the ticket again. Drag it to the right column, or worse, someone else has to do that for you because you forgot.

What actually goes wrong doing this by hand

None of this is because people are lazy, it's just extra steps that are easy to skip when you're focused on the actual code.

Verdict: the manual way works fine for a solo project. On a team, the small inconsistencies pile up fast, and that's exactly the gap Jitly fills.

← Back to blog