Add the ability to log to Git issues via webhook #1

Closed
opened 2025-04-22 17:00:32 +01:00 by Vylpes · 0 comments
Owner

I want the ability to log Git issues via a forgejo webhook.

The webhook url will be configured in the dotenv files, and can be dynamic to what repo it'll report to.

It will be an optional part of the body JSON, req.body.git.*:

  • req.body.git.repo: The repo it goes to, in format <USER>/<REPO>
  • req.body.git.title: The issue title
  • req.body.git.description: The issue description
  • req.body.git.labels: List of issues to assign
  • req.body.git.assignees: List of users to assign
I want the ability to log Git issues via a forgejo webhook. The webhook url will be configured in the dotenv files, and can be dynamic to what repo it'll report to. It will be an optional part of the body JSON, `req.body.git.*`: - `req.body.git.repo`: The repo it goes to, in format `<USER>/<REPO>` - `req.body.git.title`: The issue title - `req.body.git.description`: The issue description - `req.body.git.labels`: List of issues to assign - `req.body.git.assignees`: List of users to assign
Vylpes added this to the 1.1.0 milestone 2026-01-30 14:56:06 +00:00
Vylpes stopped working 2026-02-18 18:20:01 +00:00
39 minutes 33 seconds
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Total time spent: 39 minutes 33 seconds
Vylpes
39 minutes 33 seconds
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
Vylpes/server-logger#1
No description provided.