{"id":13684246,"url":"https://github.com/RestlessThinker/danger-jira","last_synced_at":"2025-04-30T20:33:34.810Z","repository":{"id":49411531,"uuid":"106924587","full_name":"RestlessThinker/danger-jira","owner":"RestlessThinker","description":"Danger plugin to link JIRA issues in a pull request - Supports GitHub and GitLab","archived":false,"fork":false,"pushed_at":"2023-10-23T14:50:08.000Z","size":41,"stargazers_count":16,"open_issues_count":3,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-03T02:59:04.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/RestlessThinker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2017-10-14T12:06:03.000Z","updated_at":"2023-10-23T10:01:05.000Z","dependencies_parsed_at":"2024-01-14T16:07:54.921Z","dependency_job_id":"4a45bae0-761f-4941-a3e4-25c0fb18f840","html_url":"https://github.com/RestlessThinker/danger-jira","commit_stats":{"total_commits":29,"total_committers":9,"mean_commits":"3.2222222222222223","dds":0.4482758620689655,"last_synced_commit":"47413c0c46e44cba024e9ff5999620f621eb8c49"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestlessThinker%2Fdanger-jira","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestlessThinker%2Fdanger-jira/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestlessThinker%2Fdanger-jira/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestlessThinker%2Fdanger-jira/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RestlessThinker","download_url":"https://codeload.github.com/RestlessThinker/danger-jira/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213684876,"owners_count":15623417,"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-08-02T14:00:31.456Z","updated_at":"2024-11-12T05:31:44.887Z","avatar_url":"https://github.com/RestlessThinker.png","language":"Ruby","funding_links":[],"categories":["Plugins"],"sub_categories":["Ruby (danger)"],"readme":"# danger-jira\n\n[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](LICENSE.txt)\n[![Gem](https://img.shields.io/gem/v/danger-jira.svg?style=flat)](https://rubygems.org/gems/danger-jira)\n\nA [Danger](https://github.com/danger/danger) plugin for that links JIRA issues to pull requests for both GitHub and GitLab. Inspired by [danger-plugin-jira-issue](https://github.com/macklinu/danger-plugin-jira-issue)\n\n## Installation\n\nAdd this line to your Gemfile:\n\n```rb\ngem 'danger-jira'\n```\n\n## Usage\n\n```ruby\n// Dangerfile\njira.check(\n  key: [\"KEY\", \"PM\"],\n  url: \"https://myjira.atlassian.net/browse\",\n  search_title: true,\n  search_commits: false,\n  search_branch: false,\n  search_body: false,\n  fail_on_warning: false,\n  report_missing: true,\n  skippable: true\n)\n```\n\nWith \"KEY-123\" in the PR title or PR body, Danger will comment with:\n\n\u003ctable\u003e\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth width=\"50\"\u003e\u003c/th\u003e\n      \u003cth width=\"100%\" data-danger-table=\"true\"\u003eMessages\u003c/th\u003e\n    \u003c/tr\u003e\n  \u003c/thead\u003e\n  \u003ctbody\u003e\u003ctr\u003e\n      \u003ctd\u003e:book:\u003c/td\u003e\n      \u003ctd\u003e:paperclip: \u003ca href=\"https://myjira.atlassian.net/browse/KEY-123\"\u003eKEY-123\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\n\u003cp align=\"right\"\u003e\n  Generated by :no_entry_sign: \u003ca href=\"http://github.com/danger/danger/\"\u003eDanger\u003c/a\u003e\n\u003c/p\u003e\n\n## Skipping\n\nYou can skip danger checking for a JIRA issue by if `no-jira` is provided on the PR title, description or commits. `nojira` is also allowed on branch names.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRestlessThinker%2Fdanger-jira","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRestlessThinker%2Fdanger-jira","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRestlessThinker%2Fdanger-jira/lists"}