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.
Activity
10-Sep-24 17:54
assigned to @btasker
10-Sep-24 18:02
mentioned in commit 38ee966fd0884ad781a8b72a0f89a628a515b757
Message
feat: add support for top-level labels (utilities/gitlab_recurring_issue#11)