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

Request for filter metrics closed by period #5595

Closed
Roooodie opened this issue Dec 13, 2021 · 2 comments
Closed

Request for filter metrics closed by period #5595

Roooodie opened this issue Dec 13, 2021 · 2 comments

Comments

@Roooodie
Copy link
Contributor

Roooodie commented Dec 13, 2021

Right now i working on customing the Metrics pages and my goal is to shown Open Bug Count, Active Bug Count, Risk Accepted and Closed Bug Count graph.
I can manage to summon Open, Active and Risk Accepted (with filter date) by monthly and weekly with opened_per_period, active_per_period, accepted_per_period but didn't find the function like closed_by_period.
Can this be implemented? or if it's already there can someone address it where i can use it. Thank you very much, Best Regards.

// dojo/metrics/views.py
'opened_per_month': filters['monthly_counts']['opened_per_period'],
'active_per_month': filters['monthly_counts']['active_per_period'],
'accepted_per_month': filters['monthly_counts']['accepted_per_period'],
'closed_per_month': filters['monthly_counts']['closed_by_period'], #trying this, but didn't work
'opened_per_week': filters['weekly_counts']['opened_per_period'],
'active_per_week': filters['weekly_counts']['active_per_period'],
'accepted_per_week': filters['weekly_counts']['accepted_per_period'],
'closed_per_week': filters['weekly_counts']['closed_by_period'], #trying this, but didn't work

@Roooodie
Copy link
Contributor Author

Hello.. anyone can update on this?

@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 16, 2022
@stale stale bot closed this as completed Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant