fabric8-services / fabric8-wit

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

update README wit-cli instructions #2356

Closed corinnekrych closed 5 years ago

corinnekrych commented 5 years ago

@kwk I couldn't find the command to create a workitemtype, if you type in:

$bin/wit-cli create 
Available Commands:
  codebase           
  label              
  query              
  space              
  space-codebases    
  space-iterations   
  tracker            
  trackerquery       
  work-item-comments 
  work-item-link     
  workitems 

workitemtype is not listed

codecov[bot] commented 5 years ago

Codecov Report

Merging #2356 into master will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2356      +/-   ##
==========================================
+ Coverage   70.18%   70.19%   +0.01%     
==========================================
  Files         171      171              
  Lines       16919    16919              
==========================================
+ Hits        11874    11877       +3     
+ Misses       3893     3892       -1     
+ Partials     1152     1150       -2
Impacted Files Coverage Δ
controller/workitem.go 79.22% <0%> (+0.42%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 71f7cf3...c3ec319. Read the comment docs.

kwk commented 5 years ago

@corinnekrych the work item type creation/update/delete part is not something we expose via HTTP. The same is true for space templates. You can only read them or use them to create work items at this point.

corinnekrych commented 5 years ago

[test]