module Gitlab::Client::Issues
def subscribe_to_issue(project, id)
-
(Gitlab::ObjectifiedHash)
- Information about subscribed issue.
Parameters:
-
id
(Integer
) -- The ID of an issue. -
project
(Integer, String
) -- The ID or name of a project.
def subscribe_to_issue(project, id) post("/projects/#{url_encode project}/issues/#{id}/subscribe") end