Can't move issues to sprint
See original GitHub issueExpected
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
- I’ve checked the docs and examined the custom field used for my jira instance - “customfield_10020”. Updated config.json accordingly:
"sprint": {
"key": "customfield_10020",
"type": "number"
},
- tried interactively running jira edit. same error.
- double checked the sprint ID with
jira sprint -r doc
.
Thanks for any assistance!
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Unable move issues to new sprint - Jira - Atlassian Community
I could move sub-tasks, but I cannot move an Issue to the next Sprint. And the auto-moveforward on Sprint completion gets error.
Read more >Cannot move issues in agile board | RedmineUP Help
If you are unable to move issues on your Agile board, it usually means that there are problems with Javascript files. There are...
Read more >Can't Complete Sprint - JIRA TUTORIAL 2022 - YouTube
DESCRIPTION: Can't Complete Sprint - JIRA TUTORIAL 2022Hey guys, In this ... in JIRA: https://youtu.be/8fLNtFJkj10 How to Move Issues between ...
Read more >How do I move work items from the backlog to a sprint or vice ...
Work items can be dragged and dropped between the backlog and a sprint. Drag the work item that you want to move from...
Read more >Extremely frustrating to move tasks to a different sprint
Still a pretty major issue if it requires such a technical workaround, but I guess that's why the linked JT-19611 issue is "major"....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
no problem, this is good enough for now! thanks again!
-facepalm- got it working - __schema was still using “customfield_10007”. changing it to “customfield_10020” allowed the command to run!!!
Issue edited successfully!
Thanks so much!!
So is it possible for me to move an item out of the sprint and back into the backlog?