$ curl -v -u user:pass http://localhost:8888/cb/rest/user/1/items/page/1
$ curl -v -u user:pass http://localhost:8888/cb/rest/tracker/2201/newItem
$ cat newitem.json
{
"version" : 2,
"tracker" : "/tracker/2201",
"name" : "Title comes here",
"status" : "New",
"submitter" : {
"uri" : "/user/1",
"name" : "user"
},
"descFormat" : "Wiki",
"description" : "Bla bla\n[http://example.com/image.jpg]"
}
$ curl -0 -v -X POST -u user:pass http://localhost:8888/cb/rest/item --data-binary @newitem.json --header "Content-Type: application/json; charset=utf-8"
Last active
April 14, 2025 12:55
-
-
Save jaehwang/1b171f89e988383b7df9f912622efa75 to your computer and use it in GitHub Desktop.
codeBeamer REST API Examples
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment