-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Closed
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/projectstype/enhancementAn improvement of existing functionalityAn improvement of existing functionality
Description
Add a filed ProjectBoardOrder
or use Priority
from/to Issue struct.
0 = default
highest number is on the top of the list ...
thoughts how to impement the backend:
issue with prio 4 -> 2:
new prio is lower so "Update prio=prio+1 where issue.project_id= .... and prio >= 2 and prio < 4"
issue with prio 3 -> 7:
else "Update prio=prio-1 where issue.project_id= .... and prio > 3 and prio <= 7"
x.ID(issue.id).UpdateCol(prio=newPrio)
Pseudo code don't take it to serious
Blocked by #8346
delvh, datenheim, deptyped and anbraten
Metadata
Metadata
Assignees
Labels
issue/confirmedIssue has been reviewed and confirmed to be present or accepted to be implementedIssue has been reviewed and confirmed to be present or accepted to be implementedtopic/projectstype/enhancementAn improvement of existing functionalityAn improvement of existing functionality