Skip to content
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

Closed
wants to merge 4 commits into from

Conversation

andrebruch
Copy link

@andrebruch andrebruch commented Jan 28, 2020

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".

2

@lunny
Copy link
Member

lunny commented Jan 28, 2020

We would like to add a score with label and sort by socres of issue.

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Jan 28, 2020
@zeripath
Copy link
Contributor

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?

@jolheiser
Copy link
Member

This is targeting release/v1.10 as well, which we are no longer accepting features for. 😅
Thank you for taking the time to contribute, though!

@lafriks
Copy link
Member

lafriks commented Jan 28, 2020

I have started working on this a bit different based on labels

@andrebruch
Copy link
Author

andrebruch commented Jan 29, 2020

Thanks everyone for the feedback.
I see that the consensus is that the feature should be solved with labels.

@jolheiser I could have migrated the implemented feature.
@zeripath You can see it that way, but you can also see it as some kind of project structuring.

@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.
It would also be good to have a setting that adds default labels to a new issue, such as "low" severity.
Is something similar also planned for the additional states (in-progress and review)?

@lafriks
Copy link
Member

lafriks commented Jan 29, 2020

Default labels is out of scope of my PR but sorting will be added based on priority/severity

@stale
Copy link

stale bot commented Mar 29, 2020

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.

@stale stale bot added the issue/stale label Mar 29, 2020
@stale
Copy link

stale bot commented May 29, 2020

This pull request has been automatically closed because of inactivity. You can re-open it if needed.

@stale stale bot closed this May 29, 2020
@no-go
Copy link
Contributor

no-go commented Oct 11, 2020

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.

@6543
Copy link
Member

6543 commented Oct 11, 2020

what do you mean with "module like" version?

@no-go
Copy link
Contributor

no-go commented Oct 11, 2020

I am thinking of a customizable (i.e. replaceable) code part to add the function without recompiling the whole part of gitea.

@6543
Copy link
Member

6543 commented Oct 11, 2020

ah you refere to the "plugin feature" wo do not exist at the moment

@no-go
Copy link
Contributor

no-go commented Oct 12, 2020

yes!

@no-go
Copy link
Contributor

no-go commented Oct 30, 2020

Hi, my opinion has just changed somewhat: plugin idea ok, but I use "priority feature" via the new Kanban Board ;-)

@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/stale lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants