-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't move issues to sprint #122
Comments
@manish-makwana I just checked editing a sprint for an issue and it worked. Can you please try following things
|
thanks, this is the latest version. Running the above command, tailored to my setup ( I piped the error stack to a text file, sanitised (hopefully) my company info and have attached here. Maybe that will help? |
@manish-makwana once new one is installed just run your edit command and please share the output printed at the start of the log like this
|
sure:
|
strange why is it taking 103 inside an array, it should have taken 103 like the output i shared. |
@manish-makwana can you please check if there is a __schema object in your config.json if not please try adding it
just to be sure, above should be added along with existing data in edit_meta in proper json format |
-facepalm- got it working - __schema was still using "customfield_10007". changing it to "customfield_10020" allowed the command to run!!!
Thanks so much!! So is it possible for me to move an item out of the sprint and back into the backlog? |
Im afraid its not possible as of now to remove an issue from spriint! I can not find anything in documentation info on how to remove a sprint from an issue. |
no problem, this is good enough for now! thanks again! |
Expected
Running
jira edit doc-62 "sprint::103"
will move the issue into sprint with ID 103.Actual
Command fails with lots of debugging info and error text "Number value expected as the Sprint id.".
Troubleshooting
jira sprint -r doc
.Thanks for any assistance!
The text was updated successfully, but these errors were encountered: