1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Keywords: gitlab issue
ID: 3
Title: GitLab issue list
ClientArgs: -t gitlab issues -o herrhotzenplotz -r gcli
VerifyClientExitCode: 0
VerifyClientOutput:
NUMBER NOTES STATE TITLE
42 69 opened testing hello
43 0 opened hello world!
ServerResponseStatus: 200 OK
ServerResponseBody:
[
{ "iid": 42, "state": "opened", "title": "testing hello", "user_notes_count": 69 },
{ "iid": 43, "state": "opened", "title": "hello world!", "user_notes_count": 0 }
]
VerifyRequestMethod: GET
VerifyRequestPath: /projects/herrhotzenplotz%2Fgcli/issues?state=opened
|