{"id":13726388,"url":"https://github.com/atlassian/gajira","last_synced_at":"2025-05-07T21:32:21.931Z","repository":{"id":40601754,"uuid":"171955542","full_name":"atlassian/gajira","owner":"atlassian","description":"GitHub Actions for Jira","archived":false,"fork":false,"pushed_at":"2023-12-15T02:53:48.000Z","size":4524,"stargazers_count":198,"open_issues_count":12,"forks_count":23,"subscribers_count":33,"default_branch":"master","last_synced_at":"2024-08-04T01:28:49.108Z","etag":null,"topics":["github-action","github-actions","jira","jira-cloud"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atlassian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-02-21T22:32:19.000Z","updated_at":"2024-03-05T22:13:55.000Z","dependencies_parsed_at":"2023-12-03T09:33:17.652Z","dependency_job_id":"4f13e5b8-f91e-4b69-9a02-55ff87f0a5a6","html_url":"https://github.com/atlassian/gajira","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atlassian%2Fgajira","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atlassian%2Fgajira/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atlassian%2Fgajira/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atlassian%2Fgajira/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atlassian","download_url":"https://codeload.github.com/atlassian/gajira/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224654237,"owners_count":17347703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-action","github-actions","jira","jira-cloud"],"created_at":"2024-08-03T01:03:02.638Z","updated_at":"2025-05-07T21:32:21.920Z","avatar_url":"https://github.com/atlassian.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"---------\n⚠️ This repository is no longer maintained and all Gajira actions have been deprecated.\n---------\n\n# GitHub Actions for Jira\n\nThe GitHub Actions for [Jira](https://www.atlassian.com/software/jira) to create and edit Jira issues.\n\n- Automatically transition an issue to done when a pull request whose name contains the issue key is merged\n- Automatically create a new Jira issue when a GitHub issue is created\n- Automatically add a comment to a Jira issue when a commit message contains the issue key\n- Automatically create a Jira issue for each `// TODO:` in code\n\n## Actions\n\n- [`Login`](https://github.com/marketplace/actions/jira-login) - Log in to the Jira API\n- [`CLI`](https://github.com/marketplace/actions/setup-jira) - Wrapped [go-jira](https://github.com/Netflix-Skunkworks/go-jira) CLI for common Jira actions\n- [`Find issue key`](https://github.com/marketplace/actions/jira-find-issue-key) - Search for an issue key in commit message, branch name, etc. This issue key is then saved and used by the next actions in the same workflow\n- [`Create`](https://github.com/marketplace/actions/jira-create-issue) - Create a new Jira issue\n- [`Transition`](https://github.com/marketplace/actions/jira-issue-transition) - Transition a Jira issue\n- [`Comment`](https://github.com/marketplace/actions/jira-add-comment) - Add a comment to a Jira issue\n- [`TODO`](https://github.com/marketplace/actions/jira-issue-from-todo) - Create a Jira issue for each TODO comment in committed code\n\n## Usage\nAn example workflow to transition issue on `push`:\n\n```\non:\n  push\n\nname: Test Transition Issue\n\njobs:\n  test-transition-issue:\n    name: Transition Issue\n    runs-on: ubuntu-latest\n    steps:\n    - name: Checkout\n      uses: actions/checkout@master\n\n    - name: Login\n      uses: atlassian/gajira-login@master\n      env:\n        JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}\n        JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}\n        JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}\n\n    - name: Find Issue Key\n      uses: ./\n      with:\n        from: commits\n\n    - name: Transition issue\n      uses: atlassian/gajira-transition@master\n      with:\n        issue: ${{ steps.create.outputs.issue }}\n        transition: \"In Progress\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlassian%2Fgajira","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatlassian%2Fgajira","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlassian%2Fgajira/lists"}