Schedule issue creation for recurrent issues: automatically create an issue every X days #21706
Labels
type/feature
Completely new functionality. Can only be merged if feature freeze is not active.
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Feature Description
We are using gitea's issue tracker to also track some tasks that are recurrent (e.g.: renew a DNS domain every X year, prepare/schedule a weekly meeting, monthly review code, pay a bill every month, fill some administrative documents every week…).
Github recommends to use a github action issue-bot-action to create these issues, and it can automatically assign the appropriate users to the newly created repository… Unfortunately gitea does not want to provide a github-action-like functionality and recommends to setup an external CI/CD tool like drone… which is a bit overwhelming for such a simple task. Another option would be to write a bot or to use an external service for this task (IFTTT/zappier/n8n should work, for instance I was able to use IFTTT (date & time trigger + webhook applet on
https://gitea.com/api/v1/repos/YOURNAME/YOURPROJECT?access_token=TOKEN_IN_SETTINGS_APPLICATIONS_GENERATE_TOKEN
, with typeapplication/json
and content like{ "body": "...", "title": "..." }
), but it is not as user friendly (having configuration spread over multiple website is not great) and you may need to pay or self host it.Screenshots
No response
The text was updated successfully, but these errors were encountered: