atlassian/gajira — explained in plain English
Analysis updated 2026-07-20 · repo last pushed 2025-02-26
Automatically close a Jira issue when a pull request containing its key is merged.
Create a new Jira issue whenever someone opens a GitHub issue in your repo.
Turn TODO comments in your codebase into tracked Jira issues automatically.
Add comments to Jira tasks when commit messages reference specific issue keys.
| atlassian/gajira | thiago-code-lab/aws-certified-solutions-architect-associate-brasil | vercel/git-hooks | |
|---|---|---|---|
| Stars | 202 | 202 | 202 |
| Language | — | HTML | JavaScript |
| Last pushed | 2025-02-26 | — | 2021-04-10 |
| Maintenance | Stale | — | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 1/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Jira account and API credentials plus familiarity with GitHub Actions workflow syntax, and the project is deprecated so setup support is unavailable.
Atlassian's gajira project connects GitHub and Jira so that activity in your code repository automatically updates your issue tracker. It lets your development workflow handle task management in the background without requiring manual updates. The project provides a set of GitHub Actions, essentially automated tasks you can plug into your GitHub repository, that communicate with Jira's system. You set up a workflow in GitHub, and these actions handle the connection. For example, when you merge a pull request with a Jira issue key in its name, the action finds that key and marks the corresponding Jira issue as done. It can also create new Jira issues whenever someone opens a GitHub issue, add comments to Jira tasks when commit messages mention specific keys, or turn // TODO: comments in your code into Jira issues. It works by first logging into your Jira account, then searching for references to issues across your commits or branch names, and finally updating the matching task in Jira. This would be useful for development teams that use Jira to track work but find it tedious to manually keep Jira in sync with what's happening in GitHub. If a project manager wants Jira tickets to close automatically when developers merge code, or a team lead wants every TODO comment in the codebase to become a tracked task, this automates that bridge. One important caveat: the repository is no longer maintained and all of its actions have been deprecated. This means that while the code is still available to look at or learn from, relying on it for a production workflow would carry risk since it won't receive updates or fixes.
Automated GitHub Actions that sync code activity with Jira issues, closing tickets on merge, creating issues from TODO comments, and more. The project is deprecated and no longer maintained, so it should not be relied on for production use.
Stale — no commits in 1-2 years (last push 2025-02-26).
No license information is provided in the repository, so default copyright restrictions apply and reuse may be limited.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.