From 2e5b5606660002c70e4f3b86c7f98dee540ca61b Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 13 Jun 2024 16:00:34 -0600 Subject: Add each issue type --- pkg/gitlab/issue.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/gitlab/issue.go b/pkg/gitlab/issue.go index a3e94b9..995f149 100644 --- a/pkg/gitlab/issue.go +++ b/pkg/gitlab/issue.go @@ -18,6 +18,9 @@ const ( const ( IssueTypeIncident IssueType = "incident" + IssueTypeIssue IssueType = "issue" + IssueTypeTask IssueType = "task" + IssueTypeTestCase IssueType = "test_case" ) type Issue struct { -- cgit v1.2.3