diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-20 21:09:09 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-20 21:09:09 +0000 |
commit | 1902e256266822bc94e1a69debd79fb256de2d79 (patch) | |
tree | 2a6a431d24bc7c293312cb84bdfad6a438fa4d80 /lib/api/helpers/issues_helpers.rb | |
parent | f781b0b69368ea3181cf892305c60a22886c0d7e (diff) | |
download | gitlab-ce-1902e256266822bc94e1a69debd79fb256de2d79.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/helpers/issues_helpers.rb')
-rw-r--r-- | lib/api/helpers/issues_helpers.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/helpers/issues_helpers.rb b/lib/api/helpers/issues_helpers.rb index e272b13f3ae..638b31cc7ba 100644 --- a/lib/api/helpers/issues_helpers.rb +++ b/lib/api/helpers/issues_helpers.rb @@ -24,6 +24,8 @@ module API :discussion_locked, :due_date, :labels, + :add_labels, + :remove_labels, :milestone_id, :state_event, :title |