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 reponse times for bugzilla indices #1171

Merged
merged 4 commits into from
Oct 10, 2024

Conversation

sduenas
Copy link
Member

@sduenas sduenas commented Oct 10, 2024

The Bugzilla enriched items include two new fields to track response times on these type of repositories:

  • time_to_first_attention is the the time expressed in days between the ticket creation and the first comment from a contributor different from the author creating the bug.
  • last_comment_date is the date of the last comment posted in the bug.

Copy link
Contributor

@jjmerchante jjmerchante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

The time to first attention is the time expressed in days
between the ticket creation and the first comment from a
contributor different from the author creating the bug.
The field added to the indices is 'time_to_fist_attention'.

Signed-off-by: Santiago Dueñas <[email protected]>
The time to first attention is the time expressed in days
between the ticket creation and the first comment from a
contributor different from the author creating the bug.
The field added to the indices is 'time_to_fist_attention'.

Signed-off-by: Santiago Dueñas <[email protected]>
This commit adds the field 'last_comment_date' to
the enriched indices.

Signed-off-by: Santiago Dueñas <[email protected]>
This commit adds the field 'last_comment_date' to
the enriched indices.

Signed-off-by: Santiago Dueñas <[email protected]>
@jjmerchante jjmerchante merged commit e44cac0 into chaoss:master Oct 10, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants