{"id":19176989,"url":"https://github.com/joomcode/jira-webhook-action","last_synced_at":"2026-06-18T22:31:14.050Z","repository":{"id":185680658,"uuid":"673294067","full_name":"joomcode/jira-webhook-action","owner":"joomcode","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-02T18:48:01.000Z","size":435,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-16T00:32:06.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joomcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-01T09:59:39.000Z","updated_at":"2023-08-08T06:42:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e39e88d-f06b-4fa5-86bc-4359a856757a","html_url":"https://github.com/joomcode/jira-webhook-action","commit_stats":null,"previous_names":["4u/jira-webhook-action"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joomcode%2Fjira-webhook-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joomcode%2Fjira-webhook-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joomcode%2Fjira-webhook-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joomcode%2Fjira-webhook-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joomcode","download_url":"https://codeload.github.com/joomcode/jira-webhook-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240254293,"owners_count":19772393,"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":[],"created_at":"2024-11-09T10:31:31.057Z","updated_at":"2026-06-18T22:31:14.038Z","avatar_url":"https://github.com/joomcode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 4u/jira-webhook-action@v1\n\nSmall action to call jira webhook by github trigger.\n\n## How to use\n\n1. Issue Jira Permanent Token and set it to `JIRA_TOKEN` secret.\n2. Set `JIRA_WEBHOOK` secret, e.g. `https://automation.atlassian.com/pro/hooks/abcde`\n3. Create your workflow and use `4u/jira-webhook-action@v1` action, e.g. `.github/workflows/review-requested.yml`:\n\n```\nname: Review Requested\n\non:\n  pull_request:\n    types: [review_requested]\njobs:\n  review-requested:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: 'set code review state'\n        uses: 4u/jira-webhook-action@v1\n        with:\n          github_token: ${{ github.token }}\n          data: '{\"action\": \"review_requested\"}'\n          webhooks: |\n            ${{ secrets.JIRA_WEBHOOK_1 }}\n            ${{ secrets.JIRA_WEBHOOK_2 }}\n            ${{ secrets.JIRA_WEBHOOK_3 }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoomcode%2Fjira-webhook-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoomcode%2Fjira-webhook-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoomcode%2Fjira-webhook-action/lists"}