-
Notifications
You must be signed in to change notification settings - Fork 193
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
New label status when bug is filed on bugzilla or another browser bug tracker #1339
Comments
It's a good idea, I like being able to filter. Any suggestions for what it might be?
Sometimes a corresponding bugzilla bug can be a dependency, or sometimes just created due to related issues. |
|
Let's back track before choosing names. When do we have another bug on Bugzilla?
|
So in this case we let the bug open... so added the label here ? more than 50% of those issue have a bugzilla open https://github.com/webcompat/web-bugs/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3Astatus-needsdiagnosis%20sort%3Aupdated-asc |
We could start with "status-see-bugzilla" and grow from there ("status-see-crbug"), etc. I don't like the semantics of "status-duplicate" when it's not a "real" dupe... feels like the wrong thing. An example: webcompat/web-bugs#4726. It's a regression, and a bug is filed over in Bugzilla. But for me, we can close the webcompat bug now it because it will get fixed. We could formalize a combination of the labels to signal the 3 cases @karlcow mentions:
We could expose in the UI somewhere near the labels: |
Agreed!
Question is: how do we get that information? By parsing all comments and looking for links to bugzilla.mozilla.org? |
Hmm. Could be... maybe something more elegant (and less-error prone) like the See Also... field in Bugzilla. So something we would manually set, and then store in a DB. |
The thing I'm not comfortable with If there is a dependency I would call out this fact.
And indeed this could be exposed in the UI. |
Hum, why? For you, what are the bests labels we can applied for this bug webcompat/web-bugs#4114 ? (for undesrtand your previous comment) |
After discussions on today's meeting. Instead we could probably create a magic string that we put in the first comment aka bug reporter. I'll come back to it tomorrow. @magsout I will explain the possible conflicts. |
So let me rephrase the earlier comment. Some of the constraint
It's why we need a system which is orthogonal to the Using labels for the dependency number as I was suggesting in #1339 (comment) is not a good idea. Thanks @miketaylr for pointing this out. Because we will end up with a lot of issues. We probably could create a trick with a tagging system in the first comment of the issue. It doesn't even have to be visible but could be exposed in the UI. But before jumping to the solution (this is often our mistake), what are we trying to achieve?
So issue 4114 is indeed a good example
There are too options here:
Whichever it would be good for people doing the outreach like @adamopenweb or me or anyone in the community to know the best course of action. To decide that we can indeed
(I'm not proposing here below a design, or a mockup, I'm just illustrating the principle of this discussion) Would this help @magsout to do a better job? |
@karlcow oh ok, thank you for the Explanations. Sounds good, and yes I understand now. You're right 👍 |
Per discussion we agreed that we need something for surfacing the dependencies. The next step is to figure out the UI, then the way we implement it. :) |
I removed myself of this issue. This is a long summary of the issue on surfacing dependencies in issues. It requires a way to express the dependency. I wonder if we should modify the initial description of the bug for adding the dependency/ies. |
I'm looking for some issue needs diagnosis https://github.com/webcompat/web-bugs/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20label%3Astatus-needsdiagnosis%20sort%3Aupdated-asc
I think it would be interesting to add a new status for issues that have an open bug on bugzilla. For example this bug webcompat/web-bugs#4114. Easier and readable when we filter list on webcompat.
The text was updated successfully, but these errors were encountered: