Community VS Code Jira extension
Jira Plugin (community extension) is a community-built VS Code extension for browsing Jira issues, logging work, and changing issue status from the editor.
It covers Jira browsing well — issue lists with custom JQL filters, worklog tracking, and status changes without leaving VS Code.
It handles the Jira side but not the git side — no branch creation from tickets, no naming policy, no commit/push automation, and updates depend on community maintenance which has slowed over time.
This is really the whole reason Jitly exists — it's not trying to replace Jira Plugin (community extension) at what Jira Plugin (community extension) is good at. Jitly's job is narrower and more specific: jitly start ABC-123 creates your branch and moves the Jira ticket to In Progress in one shot, jitly done commits, pushes, and updates the status to whatever your team's workflow has, fetched live so it never gets out of sync with how your Jira is actually configured.
And it's not just a CLI anymore — the Jitly VS Code extension does the same job visually: a sidebar with your Jira tickets, one-click start, pause work with a WIP push, done with live status transitions, and a one-click standup generator. Same project config and policies as the CLI, so a team can mix both.
Mainly developers who mainly want to browse and update Jira from VS Code and are happy doing the git part manually. If that's not you, this comparison probably isn't that relevant to your day — Jira Plugin (community extension) and Jitly solve different problems most of the time.
pip install jitly) or a VS Code extension. They're rarely a straight either/or choice — most teams comparing them are really deciding what to combine with what they already use.