project Utilities / Gitlab Recurring Issue avatar

utilities/gitlab_recurring_issue#11: Top level label definition



Issue Information

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

Milestone: v0.1
Created: 10-Sep-24 17:54



Description

Currently, we specify labels per ticket:

    tickets:
      - title: "Check Softener Salt"
        active: true
        schedule:
            nth:
                n: 3
                weekday: Sat
        description: "Check whether the water softener needs more salt adding"
        project: jira-projects/HOME
        assignee: btasker
        labels: ["Task","kitchen"]

However, I'd also like to be able to specify a set of labels that should be appended to any created ticket. In particular, I'd like to be able to add RecurringIssue so that it's easy to identify/locate tickets if this system ever goes nuts.



Toggle State Changes

Activity


assigned to @btasker

verified

mentioned in commit 38ee966fd0884ad781a8b72a0f89a628a515b757

Commit: 38ee966fd0884ad781a8b72a0f89a628a515b757 
Author: B Tasker                            
                            
Date: 2024-09-10T19:00:22.000+01:00 

Message

feat: add support for top-level labels (utilities/gitlab_recurring_issue#11)

+8 -73 (81 lines changed)