glab work-items create failed
Checklist
- I'm using the latest version of the extension (Run
glab --version)- Extension version: Put your extension version here
- Operating system and version: Put your version here
- Gitlab.com or self-managed instance? gitlab.com/self-managed instance/both
- GitLab version (if self-managed) GitLab version here (Use the
versionendpoint, like this: gitlab.my-company.com/api/v4/version) - I have performed
glab auth statusto check for authentication issues - Run the command in debug mode (like
DEBUG=true glab mr list) and attach any useful output
Summary
As a developer , I want to create a work item with glab command
Environment
WSL ubuntu
- OS: ubuntu
- SHELL: zsh
- TERM:
- GLAB: 1.103
Other:
Steps to reproduce
DEBUG=true glab work-items create -t 'glab-issue-test' -T task -d "test glab description" -R mail/project-test
What is the current bug behavior?
Mutation.workitemcreate failed (GraphQL errors: Field 'color' doesn't exist on type 'WorkItemFeatures', Field 'healthStatus' doesn't exist on type 'WorkItemFeatures', Field 'iteration' doesn't exist on type 'WorkItemFeatures', Field 'status' doesn't exist on type 'WorkItemFeatures', Field 'weight' doesn't exist on type 'WorkItemFeatures').
What is the expected correct behavior?
issue created
Relevant logs and/or screenshots
Possible fixes
Edited by michaelsoisson-ext-dev