{"id":7744790,"name":"github/ghas-jira-integration","ecosystem":"actions","description":"This helps sync GHAS alerts to JIRA by creating an issue for each alert.","homepage":"","licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/github/ghas-jira-integration","keywords_array":["codeql","jira"],"namespace":"github","versions_count":8,"first_release_published_at":"2021-10-14T20:56:34.000Z","latest_release_published_at":"2023-12-01T19:43:01.000Z","latest_release_number":"v1.2.4","last_synced_at":"2026-09-13T02:22:40.142Z","created_at":"2023-05-17T09:59:50.311Z","updated_at":"2026-09-13T09:19:37.536Z","registry_url":"https://github.com/github/ghas-jira-integration","install_command":null,"documentation_url":null,"metadata":{"name":"Sync GitHub Advanced Security and Jira","description":"This helps sync GHAS alerts to JIRA by creating an issue for each alert.","inputs":{"jira_url":{"description":"URL of the JIRA instance","required":true},"jira_user":{"description":"JIRA account with the required permissions","required":true},"jira_token":{"description":"JIRA password or token","required":true},"jira_project":{"description":"JIRA project key","required":true},"jira_labels":{"description":"JIRA bug label(s). (e.g. valid format can be \"red-team,blue-team,green-team\", or \"red-team\") This tool will split the values entered by commas. Spaces in the double quotes will be respected and saved.","required":false},"github_token":{"description":"GitHub API token with the required permissions","required":false,"default":"${{ github.token }}"},"sync_direction":{"description":"Which direction to synchronize in (\"gh2jira\", \"jira2gh\" or \"both\")","required":false,"default":"both"},"issue_end_state":{"description":"Custom end state","required":false,"default":"Done"},"issue_reopen_state":{"description":"Custom reopen state","required":false,"default":"To Do"},"jira_api_version":{"description":"Jira REST API version. Use \"3\" for Jira Cloud (default), \"2\" for Jira Server/Data Center.","required":false,"default":"3"}},"runs":{"using":"composite","steps":[{"name":"Run GitHub to Jira Sync","working-directory":"${{ github.action_path }}","shell":"bash","env":{"INPUTS_GITHUB_TOKEN":"${{ inputs.github_token }}","INPUTS_JIRA_URL":"${{ inputs.jira_url }}","INPUTS_JIRA_USER":"${{ inputs.jira_user }}","INPUTS_JIRA_TOKEN":"${{ inputs.jira_token }}","INPUTS_JIRA_PROJECT":"${{ inputs.jira_project }}","INPUTS_JIRA_LABELS":"${{ inputs.jira_labels }}","INPUTS_SYNC_DIRECTION":"${{ inputs.sync_direction }}","INPUTS_ISSUE_END_STATE":"${{ inputs.issue_end_state }}","INPUTS_ISSUE_REOPEN_STATE":"${{ inputs.issue_reopen_state }}","INPUTS_JIRA_API_VERSION":"${{ inputs.jira_api_version }}"},"run":"pip3 install pipenv\npipenv install\nREPOSITORY_NAME=\"$(echo \"$GITHUB_REPOSITORY\" | cut -d/ -f 2)\"\n# Run pipenv from the temporary directory\npipenv run ./gh2jira sync \\\n  --gh-url \"$GITHUB_API_URL\" \\\n  --gh-token \"$INPUTS_GITHUB_TOKEN\" \\\n  --gh-org \"$GITHUB_REPOSITORY_OWNER\" \\\n  --gh-repo \"$REPOSITORY_NAME\" \\\n  --jira-url \"$INPUTS_JIRA_URL\" \\\n  --jira-user \"$INPUTS_JIRA_USER\" \\\n  --jira-token \"$INPUTS_JIRA_TOKEN\" \\\n  --jira-project \"$INPUTS_JIRA_PROJECT\" \\\n  --jira-labels \"$INPUTS_JIRA_LABELS\" \\\n  --direction \"$INPUTS_SYNC_DIRECTION\" \\\n  --issue-end-state \"$INPUTS_ISSUE_END_STATE\" \\\n  --issue-reopen-state \"$INPUTS_ISSUE_REOPEN_STATE\" \\\n  --jira-api-version \"$INPUTS_JIRA_API_VERSION\"\n"}]},"default_branch":"main","path":null},"repo_metadata":{"id":37541200,"uuid":"348300013","full_name":"github/ghas-jira-integration","owner":"github","description":"Synchronize GitHub Code Scanning alerts to Jira issues","archived":false,"fork":false,"pushed_at":"2026-09-10T21:27:30.000Z","size":222,"stargazers_count":100,"open_issues_count":33,"forks_count":57,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-09-13T03:04:27.651Z","etag":null,"topics":["codeql","jira"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":"COPYRIGHT","agents":null,"dco":null,"cla":null}},"created_at":"2021-03-16T10:13:23.000Z","updated_at":"2026-09-12T07:08:18.000Z","dependencies_parsed_at":"2023-12-12T20:22:36.977Z","dependency_job_id":"efcb363d-e705-43bb-b333-cae46252c525","html_url":"https://github.com/github/ghas-jira-integration","commit_stats":{"total_commits":109,"total_committers":15,"mean_commits":7.266666666666667,"dds":0.6055045871559632,"last_synced_commit":"07f75d5f304fd7090094048b2a1056915ed21158"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/github/ghas-jira-integration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github","download_url":"https://codeload.github.com/github/ghas-jira-integration/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/sbom","scorecard":{"id":428185,"data":{"date":"2025-08-11","repo":{"name":"github.com/github/ghas-jira-integration","commit":"dcf5d0bf0282a40f0d5647582359e92909afaa69"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.1,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:16","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:17","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/python.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/github/ghas-jira-integration/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/github/ghas-jira-integration/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/github/ghas-jira-integration/codeql-analysis.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/github/ghas-jira-integration/python.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/python.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/github/ghas-jira-integration/python.yml/main?enable=pin","Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating ubuntu:latest to ubuntu:latest@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9","Warn: pipCommand not pinned by hash: Dockerfile:3","Warn: pipCommand not pinned by hash: .github/workflows/python.yml:25","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   2 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":6,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/github/.github/SECURITY.md:1","Info: Found linked content: github.com/github/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/github/.github/SECURITY.md:1","Info: Found text in security policy: github.com/github/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":8,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 12 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T02:42:51.286Z","repository_id":37541200,"created_at":"2025-08-19T02:42:51.286Z","updated_at":"2025-08-19T02:42:51.286Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37267139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-13T02:00:22.117Z","response_time":122,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"github","name":"GitHub","uuid":"9919","kind":"organization","description":"How people build software.","email":null,"website":"https://github.com/about","location":"San Francisco, CA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/9919?v=4","repositories_count":462,"last_synced_at":"2023-04-09T06:36:30.344Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/github","funding_links":[],"total_stars":423165,"followers":null,"following":null,"created_at":"2022-11-02T16:22:19.308Z","updated_at":"2023-04-09T06:36:32.228Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/github/repositories"},"tags":[{"name":"v1.2.4","sha":"155780fcfa4013057f11e4fc6859895a83278446","kind":"commit","published_at":"2023-12-01T19:43:01.000Z","download_url":"https://codeload.github.com/github/ghas-jira-integration/tar.gz/v1.2.4","html_url":"https://github.com/github/ghas-jira-integration/releases/tag/v1.2.4","dependencies_parsed_at":"2023-12-03T04:06:04.005Z","dependency_job_id":null,"purl":"pkg:github/github/ghas-jira-integration@v1.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v1.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v1.2.4/manifests"},{"name":"v1.2.3","sha":"4af3b20d38a06f7507c751080a2e38d8064d2413","kind":"commit","published_at":"2021-12-08T16:59:13.000Z","download_url":"https://codeload.github.com/github/ghas-jira-integration/tar.gz/v1.2.3","html_url":"https://github.com/github/ghas-jira-integration/releases/tag/v1.2.3","dependencies_parsed_at":"2023-05-31T08:05:24.131Z","dependency_job_id":null,"purl":"pkg:github/github/ghas-jira-integration@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v1.2.3/manifests"},{"name":"v1.2.2","sha":"af7883fc92ece443bad0caae74e150452add606e","kind":"commit","published_at":"2021-12-01T23:53:01.000Z","download_url":"https://codeload.github.com/github/ghas-jira-integration/tar.gz/v1.2.2","html_url":"https://github.com/github/ghas-jira-integration/releases/tag/v1.2.2","dependencies_parsed_at":"2023-05-31T08:05:24.712Z","dependency_job_id":null,"purl":"pkg:github/github/ghas-jira-integration@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v1.2.2/manifests"},{"name":"v1.2.1","sha":"09ab22d88611a7842f98eb2db29b35ed30640b42","kind":"commit","published_at":"2021-11-19T01:24:16.000Z","download_url":"https://codeload.github.com/github/ghas-jira-integration/tar.gz/v1.2.1","html_url":"https://github.com/github/ghas-jira-integration/releases/tag/v1.2.1","dependencies_parsed_at":"2023-05-31T08:05:25.165Z","dependency_job_id":null,"purl":"pkg:github/github/ghas-jira-integration@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v1.2.1/manifests"},{"name":"v.1.2.1","sha":"09ab22d88611a7842f98eb2db29b35ed30640b42","kind":"commit","published_at":"2021-11-19T01:24:16.000Z","download_url":"https://codeload.github.com/github/ghas-jira-integration/tar.gz/v.1.2.1","html_url":"https://github.com/github/ghas-jira-integration/releases/tag/v.1.2.1","dependencies_parsed_at":"2023-05-31T08:05:25.639Z","dependency_job_id":null,"purl":"pkg:github/github/ghas-jira-integration@v.1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v.1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v.1.2.1/manifests"},{"name":"v1.2.0","sha":"3552cf2977a8a24a8345c3dbfa1a7aebb874e168","kind":"commit","published_at":"2021-11-11T08:07:45.000Z","download_url":"https://codeload.github.com/github/ghas-jira-integration/tar.gz/v1.2.0","html_url":"https://github.com/github/ghas-jira-integration/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-31T08:05:26.049Z","dependency_job_id":null,"purl":"pkg:github/github/ghas-jira-integration@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"5c49637eeaeb3320e60e2a35c23bec01502dc7a1","kind":"commit","published_at":"2021-11-08T18:33:14.000Z","download_url":"https://codeload.github.com/github/ghas-jira-integration/tar.gz/v1.1.0","html_url":"https://github.com/github/ghas-jira-integration/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T08:05:26.532Z","dependency_job_id":null,"purl":"pkg:github/github/ghas-jira-integration@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"43cbf77030c16c593beae2ab1f21507dbb5e5b34","kind":"commit","published_at":"2021-10-14T20:56:34.000Z","download_url":"https://codeload.github.com/github/ghas-jira-integration/tar.gz/v1.0.0","html_url":"https://github.com/github/ghas-jira-integration/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T08:05:26.998Z","dependency_job_id":null,"purl":"pkg:github/github/ghas-jira-integration@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-09-13T09:19:37.535Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":6,"rankings":{"downloads":null,"dependent_repos_count":14.447789573760101,"dependent_packages_count":0.0,"stargazers_count":2.829979401045793,"forks_count":1.4958009824116623,"docker_downloads_count":null,"average":4.693392489304389},"purl":"pkg:githubactions/github/ghas-jira-integration","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/github/ghas-jira-integration","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/github/ghas-jira-integration","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/github/ghas-jira-integration/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-07T06:55:09.330Z","issues_count":34,"pull_requests_count":108,"avg_time_to_close_issue":6196302.071428572,"avg_time_to_close_pull_request":4017791.294117647,"issues_closed_count":14,"pull_requests_closed_count":85,"pull_request_authors_count":20,"issue_authors_count":21,"avg_comments_per_issue":2.3529411764705883,"avg_comments_per_pull_request":0.5185185185185185,"merged_pull_requests_count":70,"bot_issues_count":0,"bot_pull_requests_count":73,"past_year_issues_count":1,"past_year_pull_requests_count":12,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":14329946.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":6.0,"past_year_avg_comments_per_pull_request":0.6666666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":10,"past_year_merged_pull_requests_count":1,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/github%2Fghas-jira-integration/issues","maintainers":[{"login":"zkoppert","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/zkoppert"},{"login":"GeekMasher","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/GeekMasher"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/github%2Fghas-jira-integration/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/github%2Fghas-jira-integration/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/github%2Fghas-jira-integration/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/github%2Fghas-jira-integration/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/github%2Fghas-jira-integration/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/github%2Fghas-jira-integration/codemeta","maintainers":[]}