Feature request: Recurring tasks in GitHub Projects #201134
-
|
Many teams have recurring work such as weekly maintenance, dependency updates, and monthly releases. It would be useful if GitHub Projects supported recurring tasks that are automatically recreated on a schedule instead of relying on external automation. Is this something the GitHub team has considered? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Thank you for your interest in contributing to our community! We currently only accept discussions created through the GitHub UI using our provided discussion templates. Please re-submit your discussion by navigating to the appropriate category and using the template provided. This discussion has been closed because it was not submitted through the expected format. If you believe this was a mistake, please reach out to the maintainers. |
Beta Was this translation helpful? Give feedback.
-
|
I think this would be a valuable feature, especially for teams that manage ongoing operational work. Many projects include recurring tasks such as weekly dependency updates, sprint planning, monthly security reviews, release preparation, or routine maintenance. Today, these are often recreated manually or generated through external automation using GitHub Actions or third-party tools. Native recurring tasks could simplify this workflow by allowing users to: Create daily, weekly, monthly, or custom recurring schedules. Keeping this functionality within GitHub Projects would reduce the need for external automation and make project management more streamlined, particularly for small teams and open-source maintainers. Until a feature like this exists, GitHub Actions and the GitHub API can be used to create recurring issues or project items, but having built-in support would provide a much smoother experience. I think this would be a worthwhile enhancement. |
Beta Was this translation helpful? Give feedback.
I think this would be a valuable feature, especially for teams that manage ongoing operational work.
Many projects include recurring tasks such as weekly dependency updates, sprint planning, monthly security reviews, release preparation, or routine maintenance. Today, these are often recreated manually or generated through external automation using GitHub Actions or third-party tools.
Native recurring tasks could simplify this workflow by allowing users to:
Create daily, weekly, monthly, or custom recurring schedules.
Automatically generate a new task while preserving the history of previous occurrences.
Set due dates relative to the recurrence (for example, "every Monday" or "the first b…