fabric8-services / fabric8-wit

wit stands for Work Item Tracker
http://devdoc.almighty.io/
Apache License 2.0
45 stars 86 forks source link

[Question] use wit-cli to list current tasks #2348

Open msehnout opened 5 years ago

msehnout commented 5 years ago

Expected behavior

I tried to list the content of the OpenShift.io planner using wit-cli, e.g. like this:

$ ./bin/wit-cli list workitems --key $OSIO_TOKEN

Actual behavior

error: 400: {"errors":[{"code":"invalid_request","detail":"invalid value \"workitems\" for parameter \"spaceID\", must be a uuid","id":"66FdnV0e","status":"400","title":"Bad Request"}]}

Question

How can I use wit-cli to operate OpenShift.io planner? I'd like to avoid the web UI as it makes my computer too slow.

Specifications