You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to create an issue on GitLab API v4 the following output is
produced and the issue is not created on inspection of the web interface. 200
is a very strange status code for a failure, git-issue expects 201 on
success since it's creating a resource.
$ git issue create
error: 200 OK
The text was updated successfully, but these errors were encountered:
When attempting to create an issue on GitLab API v4 the following output is
produced and the issue is not created on inspection of the web interface.
200
is a very strange status code for a failure,
git-issue
expects201
onsuccess since it's creating a resource.
The text was updated successfully, but these errors were encountered: