[PR #1102] [CLOSED] New "Zammad integration" #1070

Closed
opened 2026-02-26 00:30:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/healthchecks/healthchecks/pull/1102
Author: @christophdb
Created: 12/11/2024
Status: Closed

Base: masterHead: zammad-integration


📝 Commits (8)

📊 Changes

13 files changed (+260 additions, -0 deletions)

View changed files

📝 docker/.env.example (+1 -0)
📝 hc/api/models.py (+12 -0)
📝 hc/api/transports.py (+36 -0)
📝 hc/front/forms.py (+9 -0)
📝 hc/front/urls.py (+1 -0)
📝 hc/front/views.py (+20 -0)
📝 hc/settings.py (+3 -0)
📝 static/css/icomoon.css (+10 -0)
static/img/integrations/zammad.png (+0 -0)
📝 templates/front/channels.html (+11 -0)
templates/integrations/zammad_form.html (+111 -0)
templates/integrations/zammad_message.html (+45 -0)
templates/integrations/zammad_title.html (+1 -0)

📄 Description

New "Zammad" integration to create tickets directly in zammad in case of a healthcheck failure.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/healthchecks/healthchecks/pull/1102 **Author:** [@christophdb](https://github.com/christophdb) **Created:** 12/11/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `zammad-integration` --- ### 📝 Commits (8) - [`23aa500`](https://github.com/healthchecks/healthchecks/commit/23aa500908abe63594e261f1beadcf18c644b298) add zammad to integration page - [`711b3e0`](https://github.com/healthchecks/healthchecks/commit/711b3e0c25d00e768732ddc0d105e94636e1b26a) update integration settings - [`8612abc`](https://github.com/healthchecks/healthchecks/commit/8612abc821a7c3dad8cdbd70567bb1721d27d234) update validations - [`f3ab023`](https://github.com/healthchecks/healthchecks/commit/f3ab02307c54bc1df265443eb52eb7360645ba6a) add transport - [`9fd37a7`](https://github.com/healthchecks/healthchecks/commit/9fd37a7b2dd7204b14168d978f66625ee5269f43) update descriptions in form - [`b657d20`](https://github.com/healthchecks/healthchecks/commit/b657d20c27c159e4314c925f3ad988061a875c00) update zammad message - [`a8c1e82`](https://github.com/healthchecks/healthchecks/commit/a8c1e824eaa486dbf017aed39cdc3fe50ad6f218) remove edit - [`ca98823`](https://github.com/healthchecks/healthchecks/commit/ca9882343f19ade8d9e5ceb5c0fc9761b9254f6d) css styles ### 📊 Changes **13 files changed** (+260 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+1 -0) 📝 `hc/api/models.py` (+12 -0) 📝 `hc/api/transports.py` (+36 -0) 📝 `hc/front/forms.py` (+9 -0) 📝 `hc/front/urls.py` (+1 -0) 📝 `hc/front/views.py` (+20 -0) 📝 `hc/settings.py` (+3 -0) 📝 `static/css/icomoon.css` (+10 -0) ➕ `static/img/integrations/zammad.png` (+0 -0) 📝 `templates/front/channels.html` (+11 -0) ➕ `templates/integrations/zammad_form.html` (+111 -0) ➕ `templates/integrations/zammad_message.html` (+45 -0) ➕ `templates/integrations/zammad_title.html` (+1 -0) </details> ### 📄 Description New "Zammad" integration to create tickets directly in zammad in case of a healthcheck failure. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 00:30:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#1070
No description provided.