-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bugzillarest] Add field with the last comment date
This commit adds the field 'last_comment_date' to the enriched indices. Signed-off-by: Santiago Dueñas <[email protected]>
- Loading branch information
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
releases/unreleased/new-reponse-times-on-bugzilla-items.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: New reponse times on bugzilla items | ||
category: added | ||
author: Santiago Dueñas <[email protected]> | ||
issue: null | ||
notes: > | ||
The Bugzilla enriched items include two new | ||
fields to track response times on these type | ||
of repositories. | ||
The field `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. | ||
The field `last_comment_date` is the date of | ||
the last comment posted in the bug. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters