project Utilities / Gitlab Recurring Issue avatar

utilities/gitlab_recurring_issue#2: Implement Basic Workflow



Issue Information

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

Milestone: v0.1
Created: 08-Sep-24 11:27



Description

The core workflow of this system is

  • Opens project
  • Creates issue with a predefined title + description
  • Applies predefined labels
  • Assigns to a specific user

The first thing to do is to implement some code that does this using hardcoded strings.



Toggle State Changes

Activity


assigned to @btasker

Basic workflow is implemented in 68e83738946acec0c5e3ef3fc1aa60ba1e312efa (stupidly used the wrong issue reference).

There's a python module for communicating with gitlab: python-gitlab so it uses that.

The basic flow works and (as the assignee) I receive an email noting the issue has been assigned.