Gitlab issues can have a due date set on them.
We should add a "due" attribute to templates - this would need to dynamically generate the date to provide (for example, byu doing today + 7 days)
assigned to @btasker
mentioned in commit 67a6558159ee2b99aa0403b66dd14e563ab3c519
Commit: 67a6558159ee2b99aa0403b66dd14e563ab3c519 Author: B Tasker Date: 2024-09-10T19:38:08.000+01:00
feat: add support for due date (utilities/gitlab_recurring_issue#6)
Ticket config can now specify how many days ahead the due date should be set:
tickets: - title: "Test Issue" active: true due_in_days: 7 schedule: every: run description: "This is a test issue" project: misc/test_proj assignee: btasker labels: ["task", "foobar"]
Activity
08-Sep-24 15:59
assigned to @btasker
10-Sep-24 18:38
mentioned in commit 67a6558159ee2b99aa0403b66dd14e563ab3c519
Message
feat: add support for due date (utilities/gitlab_recurring_issue#6)
10-Sep-24 18:39
Ticket config can now specify how many days ahead the due date should be set: