-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
MIGRATION: Retain issue priority? #14593
Comments
As a note, it is possible to create custom fields in GitHub projects, which would allow explicit |
I think we mostly use "Priority: Blocker" for release management purposes, and somewhat "Priority: Critical" for prioritization of work. I am not sure we really use the other levels. |
I agree with @jorisvandenbossche here. The |
Short term, we can maybe "just" (assuming this is not too hard to set up) map the priority to labels? And then we can still later see if we want to keep all of them or only the blocker/critical ones? |
cc @rok to evaluate what needs done here. |
I like the idea of just bringing in the Jira priorities as labels. We would then have:
|
I'm skeptical those labels 4 labels are actually used. I'm personally only in favor of bringing over labels that are used in practice. Realistically, I think we only need two labels:
I'm not familiar with any practice that involves Major/Minor/Trivial, and other commenters on this issue seem to be saying the same thing. |
I think these labels are used but not consistently so not sure if they are net good. As for release-blocker - it could be skipped in favor of convention that everything within a milestone is a blocker for it. |
Not sure about that. I think we often tag issues with the release to indicate that we would like to get that included, but not that it's absolutely necessary. It's helpful to have a tag that distinguishes what's nice to have and what's necessary. But maybe there's a better way to do that? |
Yeah, having an explicit label there will make it easier for the release work indeed. We would then migrate the following labels from Jira:
|
If there are no objections I'll create the last proposed labels when I start the migration sometime this week. |
@rok I have created the three labels as we are going to need the |
I suppose this is resolved then. |
The source ASF Jira system has a dedicated
Priority
field, for which there is no equivalent in GitHub issues. Should we use labels to retain this information as we migrate? For example:Priority: 1
Priority: 2
I personally prefer numeric priorities over strings such as
High
orUrgent
, because it makes relative priority readily apparent without having to consult the list of possible values (and interpreting whether High or Urgent has higher priority). But I'm open to suggestions if other values are preferred.The text was updated successfully, but these errors were encountered: