project Utilities / Gitlab Recurring Issue avatar

utilities/gitlab_recurring_issue#6: Support for Due Date



Issue Information

Issue Type: issue
Status: closed
Reported By: btasker
Assigned To: btasker

Milestone: v0.1
Created: 08-Sep-24 15:59



Description

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)



Toggle State Changes

Activity


assigned to @btasker

verified

mentioned in commit 67a6558159ee2b99aa0403b66dd14e563ab3c519

Commit: 67a6558159ee2b99aa0403b66dd14e563ab3c519 
Author: B Tasker                            
                            
Date: 2024-09-10T19:38:08.000+01:00 

Message

feat: add support for due date (utilities/gitlab_recurring_issue#6)

+23 -9 (32 lines changed)

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"]