You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
I would like to slice stats for an organisation on a timely basis.
We have 2w sprints and I'd like to see how the organisation performed during each of those sprints.
Currently org-stats only allows gathering all data since a starting point in time.
Possible solutions:
--until that accepts duration in same format as since and used to format a query in form created:2017-01-01..2018-01-01
--group that accepts duration and is used to generate queries and outputs accordingly. This would generate multiple outputs.
Note: created: filter accepts range in format created:2017-01-01..2018-01-01
I would like to slice stats for an organisation on a timely basis.
We have 2w sprints and I'd like to see how the organisation performed during each of those sprints.
Currently org-stats only allows gathering all data since a starting point in time.
Possible solutions:
--untilthat accepts duration in same format assinceand used to format a query in formcreated:2017-01-01..2018-01-01--groupthat accepts duration and is used to generate queries and outputs accordingly. This would generate multiple outputs.Note:
created:filter accepts range in formatcreated:2017-01-01..2018-01-01