Jira + Git workflow bridge

Jitly for VS Code: finally, Jira and Git together in one place

A free VS Code extension that brings the entire Jira + git workflow into your editor — ticket sidebar, one-click start, WIP push, done, and standup generation.

If you work with Jira every day, you already know the pain.

You find a ticket → copy the key → go to terminal → checkout main → pull latest → create a branch with the right naming format → start coding → commit with a proper message → push → go back to Jira and move the card.

It's not hard, but it's annoying and it breaks your flow every single time.

So I built Jitly for VS Code — a free extension that brings almost the entire Jira + git workflow inside your editor.

Mockup of the Jitly sidebar in VS Code showing a Jira ticket list with start, pause and done buttons JITLY: MY JIRA TICKETS 👤 🔽 ⟳ ⚙ ⎋ 🔗 Project: AGW — ayush gupta web 👤 Assignee: My tickets 🔽 Status: All AGW-3: A big bug In Progress · working on it ⏸ ✓ AGW-4: Add dark mode To Do ▶ → AGW-5: Fix login redirect To Do ▶ → AGW-6: Update payment API In Review ▶ → ▶ start · ⏸ push as WIP · ✓ done · → change status

What it actually does

It adds a clean sidebar in VS Code where you can see all your Jira tickets. From there you can:

Basically, it removes most of the boring repetitive steps.

Super simple setup

First time you open the sidebar, it guides you in just 3 steps:

  1. Login to your Jira (works with SSO or API token)
  2. Link your current repository to a Jira project
  3. Set your team's workflow rules — branch naming, base branch, commit message template

Once done, everything is saved. Even your teammates get the same settings automatically if they use Jitly — the policy syncs through the backend when they link the same project.

Useful features

Why I built it

I got tired of switching tabs all the time. Most days I just want to click on a ticket and start coding without thinking about branch names or Jira status. Jitly does the boring parts so I can focus on actual coding.

It's completely free and works with Jira Cloud.

Try it yourself

Would love your feedback — what's the most annoying part of your Jira + git workflow right now? Try the extension and let me know what's missing.

← Back to blog