Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-17 16:22:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-17 16:22:04 +0300
commit6dce4e9bb103a3dd14df7eca5c00a3f37565fc32 (patch)
tree07058855ed3e14a5401c81b14ea95c30b78e761e /lib
parentef309cf1466c3d2a9297d735c7127fcaf0c08d48 (diff)
Add latest changes from gitlab-org/gitlab@15-4-stable-ee
Diffstat (limited to 'lib')
-rw-r--r--lib/api/entities/work_item.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/api/entities/work_item.rb b/lib/api/entities/work_item.rb
new file mode 100644
index 00000000000..5e881f8ea12
--- /dev/null
+++ b/lib/api/entities/work_item.rb
@@ -0,0 +1,8 @@
+# frozen_string_literal: true
+
+module API
+ module Entities
+ class WorkItem < Issue
+ end
+ end
+end