Skip to content

Enable join between pr_history and issues table #181

@tanishk2907

Description

@tanishk2907

Metrics to track;

  • Average turnaround time of different tickets (cut by org name, Tech stack, ticket type etc)
  • Low engagement tickets ie multiple PRs raised but ticket not closed
  • Average PRs per Ticket

For this we need to join issues and pr_history table. Earlier, ccbp_tickets and pr tables were matched on ticket_url but ticket_url of pr table does not store the ticket link but the api links resulting in no way to match the 2 tables.

Objective : To enable join between the 2 tables either by adding ticket_link column in pr_history table or add issueID in the same.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions