Closed SanJSp closed 3 years ago
I think this horizontal bar Chart fits the goal of the metric:
Current query
query {
repository(owner: "hpi-swt2", name: "connections-portal") {
issues(first: 100) {
pageInfo {
hasNextPage
}
edges {
cursor
node {
title
number
createdAt
author {
login
}
}
}
}
}
}
Feedback:
AS a scrum coach, I'd like to see who creates new issues for each sprint.
This could be displayed in a kind of horizontal bar chart containing user profiles/usernames