MCP Atlassian can calculate SLA metrics for Jira issues using the jira_get_issue_sla and jira_get_issue_dates tools. This guide covers configuration and usage.
Available Metrics
Configuration
Configure SLA calculation via environment variables:
Metrics Selection
Choose which metrics to calculate (comma-separated):
Default: cycle_time,time_in_status
Working Hours
Enable business-hours-only calculation:
Timezone
Set the timezone for SLA calculations:
Uses IANA timezone identifiers. Default: UTC
Common timezones:
Usage
Get SLA Metrics for an Issue
Get Key Dates
Returns creation date, resolution date, due date, and status transition timestamps.
Get Development Info
Track linked branches, commits, and PRs:
Batch Development Info
Get development info for multiple issues:
Example Configuration
A typical production SLA configuration:
Start with cycle_time and time_in_status — these are the most commonly useful metrics for sprint retrospectives and process improvement.
SLA calculations use issue changelog data. For accurate metrics, ensure issues follow consistent status transitions in your workflow.