-
-
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
Add severity/priority feature for issues #2616 #10035
Conversation
We would like to add a score with label and sort by socres of issue. |
Hmm .. This appears to be codifying and rigidifying a method of working that doesn't necessarily match every project's way of working - (and perhaps even within the same project over time) Maybe what you're after is to add some inherent order to labels? We can think about adding a score to these and perhaps some better way of selecting all labels with a prefix? |
This is targeting |
I have started working on this a bit different based on labels |
Thanks everyone for the feedback. @jolheiser I could have migrated the implemented feature. @lafriks Will it have a separate severity dropdown menu? If it is in the labels menu, it would be good if the labels (severity levels) were sorted according to the score. So that the entries appear at the top of the list. |
Default labels is out of scope of my PR but sorting will be added based on priority/severity |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
This pull request has been automatically closed because of inactivity. You can re-open it if needed. |
I love this simple (still implemented !) priority feature. Maybe it would be great, to make issue-handling (scores, colors, label names, additional issue attributes) more "module like". I like to add this version to my gitea without getting in trouble with gitea updates. The "module like" version could help to finalize the discussion about many years, which kind of prioritization would be the best. |
what do you mean with |
I am thinking of a customizable (i.e. replaceable) code part to add the function without recompiling the whole part of gitea. |
ah you refere to the "plugin feature" wo do not exist at the moment |
yes! |
Hi, my opinion has just changed somewhat: plugin idea ok, but I use "priority feature" via the new Kanban Board ;-) |
The PR is a solution for issue #2616.
The database table "issue" has been extended by the column "severity". This can take the values: "Low", "Medium", "High" and "Urgent".