-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
issues listed in project board need to be updated after them were moved #13498
Comments
I think, programmable issue transition needed, like jira.
|
I think the issue reported by @suli3 is a caching issue. I can recreate it here in firefox using the 3 steps described in OP, and I would suggest step 4: refresh the page and see that the issue then appears "In Progress" as is should be. I don't think the suggestion by @POPSuL would actually help here, however it is a brilliant idea and probably needs its own issue? In fact I thought there was one about changing labels on issues as they are moved around project boards, but I cant find it now :/ |
I'm still seeing this as a caching issue. Just confirmed in latest 1.14.0+dev-764 @lunny theme/kanban label? |
The likely issue here is one that the ajax request to update the board of the issue has not completed before you click away and thus the change is cancelled |
In my experience of this the change is actually saved as expected. When it's displaying in the wrong column, just refresh the page to see it move to where it should be, see my comment #13498 (comment)
|
See also this related issue #14359 |
[x]
):Description
I found that maybe the status/position of the issues listed in project board need to be updated after them were moved.
Screenshots
Set up
move issue1 from To Do, to In Progress
Click into the issue and then back to the project board, the issue1 change back to To Do. It should be still in the In Progress
The text was updated successfully, but these errors were encountered: