diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2015-03-01 12:02:12 +0000 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2015-03-01 12:02:12 +0000 |
commit | 4e5bc1d5356e860be316656fd8c3393c468d24b6 (patch) | |
tree | f4fba1f014df5b071a7864e9198397a6e2cf4304 /features/steps/project/services.rb | |
parent | 93bacb03e5ea33a67bcc8198862a23d2038bf6ef (diff) | |
parent | 874640123b9b508fef40d4285a7c28d7e4653dd7 (diff) | |
download | gitlab-ce-4e5bc1d5356e860be316656fd8c3393c468d24b6.tar.gz |
Merge branch 'master' into 'master'
Error in docs for closing an issue
API docs for issues says you set parameter 'closed' to '1'. I was not able to do that but I could set 'state_event' to 'close' which closed the issue.
Does not work
"https://gitlab.com/api/v3/projects/:id/issues/:issue_id?closed=1"
Does work
"https://gitlab.com/api/v3/projects/:id/issues/:issue_id?state_event=close"
See merge request !342
Diffstat (limited to 'features/steps/project/services.rb')
0 files changed, 0 insertions, 0 deletions