-
Notifications
You must be signed in to change notification settings - Fork 32
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
All GitHub issues do not have labels assigned #154
Comments
Additionally, I presume that what's supposed to be in there is a delimited list of labels. (Please correct me if I'm wrong!) It would be really nice if labels were normalized in a way that we could query against them. This is a huge, huge feature for us. |
I'm gonna check it. It shouldn't be difficult to add. |
@sduenas Thank you! I'm excited to see what you find. |
Here are some more details about this issue. In fact labels are filled into the 'type' column of the 'issues' table. More of it only one label is taken into account. I think the reason is this part of the code (lines 400 through 403 of the github backend).
IMHO there should be a loop taking into account all the labels an issue might possibly have.
Didn't try the code, but if you need, I can try to produce a patch. Another thing is that (IMHO again) labels should go to the 'labels' column of the 'github_issues_ext' table, where they are expected to be and not into the issues table. |
…ey are saved into the 'labels' field of the 'issues_ext_github database' (and not the 'bug_type' field of the 'issues' table). Fixes MetricsGrimoire#154.
I'm running the HEAD of the master branch and I don't see any label information coming down:
What additional information could I provide to help find a resolution to this issue?
The text was updated successfully, but these errors were encountered: