-
-
Notifications
You must be signed in to change notification settings - Fork 454
Closed
Description
Hi Folks,
i found a little Bug in the issue-upate-function:
To Update the issue the gitlab-api needs the iid
and not the id
of the issue.
Link to the api-doc
I think it should be:
$data = $this->client->issues()->update($this->project->id, $this->iid, $params);
Metadata
Metadata
Assignees
Labels
No labels