Metric Endpoints
Issue Metrics
API endpoints for issue and ticket related metrics
Issue Metrics
Issue metrics provide insights into ticket management, story points, and team productivity in handling issues.
Available Metrics
Number of issues
Number of completed issues
Number of started issues
Number of backlog issues
Story points
Completed story points
Started story points
Issue cycle time
Issue comment interaction count
Number of issue comments
Completed Issues Count Metric
This endpoint provides the count of completed issues based on specified filters.
Story Points Metric
This endpoint provides information about story points.
Issue Cycle Time Metric
This endpoint provides data on issue cycle time (from creation to completion).
Parameter Notes
For issue metrics, the following date fields are available:
created_at
: When the issue was createdstarted_at
: When work on the issue startedcompleted_at
: When the issue was completedclosed_at
: When the issue was closed
Different aggregation methods are appropriate for different issue metrics:
- For issue counts:
sum
orcount
- For story points:
sum
oravg
- For cycle time:
avg
,median
, orp90
Issue-specific filters:
issue_type
: Filter by issue type (e.g., bug, feature, task)priority
: Filter by priority levelstatus
: Filter by current statusassignee_id
: Filter by assigneeproject_id
: Filter by project
Common Use Cases
- Sprint Velocity: Track completed story points per sprint
- Ticket Resolution: Monitor the number of completed issues over time
- Cycle Time Analysis: Identify bottlenecks in issue resolution
- Backlog Management: Track the growth or reduction of backlog issues
- Comment Analysis: Analyze communication patterns through issue comments
- Team Performance: Compare team productivity based on issues completed and story points