{"id":41022591,"url":"https://github.com/petoc/redmine-http-integration","last_synced_at":"2026-01-22T09:35:32.695Z","repository":{"id":144339882,"uuid":"282412023","full_name":"petoc/redmine-http-integration","owner":"petoc","description":"Plugin for sending notifications about issue updates to external URL.","archived":false,"fork":false,"pushed_at":"2024-06-05T05:19:44.000Z","size":27,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-05T06:33:37.441Z","etag":null,"topics":["redmine","redmine-plugin","webhook"],"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/petoc.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-25T09:25:42.000Z","updated_at":"2024-06-05T05:19:47.000Z","dependencies_parsed_at":"2024-06-05T06:33:33.819Z","dependency_job_id":"e1edc234-dd69-4775-a979-caed7d50f24d","html_url":"https://github.com/petoc/redmine-http-integration","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/petoc/redmine-http-integration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petoc%2Fredmine-http-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petoc%2Fredmine-http-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petoc%2Fredmine-http-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petoc%2Fredmine-http-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petoc","download_url":"https://codeload.github.com/petoc/redmine-http-integration/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petoc%2Fredmine-http-integration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28660770,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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"}},"keywords":["redmine","redmine-plugin","webhook"],"created_at":"2026-01-22T09:35:32.161Z","updated_at":"2026-01-22T09:35:32.687Z","avatar_url":"https://github.com/petoc.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redmine HTTP integration\n\nIssue update notifications to external URL.\n\n![screenshot](screenshot.png)\n\n## Features\n\n- project specific configuration\n- custom HTTP headers\n- configurable method (GET, POST)\n- option to allow insecure HTTPS connection (mainly for development)\n- option to include notifications for issue updates over Redmine API\n\n## Compatibility\n\nTested with Redmine deployments in table below.\n\n| Redmine       | Ruby        | Rails    |\n|---------------|-------------|----------|\n| 5.1.2.stable  | 3.2.4-p170  | 6.1.7.7  |\n| 4.2.10.stable | 2.7.8-p225  | 5.2.8.1  |\n| 3.4.13.stable | 2.4.10-p364 | 4.2.11.1 |\n| 2.6.10.stable | 2.2.5-p319  | 3.2.22.2 |\n| 2.3.0.stable  | 1.8.7       | 3.2.13   |\n\n## Setup\n\n```sh\nRAILS_ENV=production bundle exec rake redmine:plugins:migrate\n```\n\n## Limitations\n\nOnly individual issue updates are processed. To provide same functionality for bulk editing, issue controller in Redmine needs to be patched.\n\n```diff\n--- a/app/controllers/issues_controller.rb\n+++ b/app/controllers/issues_controller.rb\n@@ -323,6 +323,7 @@\n       call_hook(:controller_issues_bulk_edit_before_save, { :params =\u003e params, :issue =\u003e issue })\n       if issue.save\n         saved_issues \u003c\u003c issue\n+        call_hook(:controller_issues_bulk_edit_after_save, { :params =\u003e params, :issue =\u003e issue, :journal =\u003e journal })\n       else\n         unsaved_issues \u003c\u003c orig_issue\n       end\n```\n\nNote: Line numbers from patch above may be different across Redmine versions.\n\n## License\n\nLicensed under MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetoc%2Fredmine-http-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetoc%2Fredmine-http-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetoc%2Fredmine-http-integration/lists"}