
Skill
atlassian_rovo
manage Atlassian Jira and Confluence tasks
Description
Expertise in Atlassian Cloud products including Jira, Confluence, Compass, and Jira Service Management. Use for searching issues with JQL, creating and updating pages, managing service components, investigating ops alerts, and navigating Atlassian workspaces via the Rovo MCP server.
SKILL.md
Overview
Atlassian Cloud provides integrated tools for project tracking (Jira), documentation (Confluence), service catalog management (Compass), and incident management (Jira Service Management). The Atlassian Rovo MCP server enables natural language interaction with all four products.
Searching Jira with JQL
JQL (Jira Query Language) enables precise issue searches. Always use
searchJiraIssuesUsingJql for structured queries.
Common JQL patterns:
# Open issues assigned to current user
assignee = currentUser() AND status != Done
# Bugs created in the last 7 days
project = "MYPROJ" AND type = Bug AND created >= -7d
# High-priority issues in active sprints
project = "MYPROJ" AND priority in (High, Highest) AND sprint in openSprints()
# Full-text search
project = "MYPROJ" AND text ~ "payment error"
# Issues updated recently
updated >= -24h ORDER BY updated DESC
JQL operators: =, !=, ~ (contains), in, >=, <=, NOT, AND, OR
JQL functions: currentUser(), openSprints(), startOfDay(),
endOfDay(), membersOf("group")
Searching Confluence with CQL
CQL (Confluence Query Language) searches pages, blog posts, and attachments.
Use searchConfluenceUsingCql for structured queries.
Common CQL patterns:
# Search by title
title ~ "Architecture"
# Search in specific space
space = "ENG" AND type = page
# Full-text content search
text ~ "deployment pipeline"
# Recently modified pages
lastModified >= now("-7d") AND type = page
# Pages by label
label = "runbook" AND space = "SRE"
CQL fields: title, text, space, type, label, creator,
lastModified
Creating Jira Issues
Follow this workflow:
getVisibleJiraProjects— list available projectsgetJiraProjectIssueTypesMetadata— list issue types for the projectgetJiraIssueTypeMetaWithFields— get required/optional fieldscreateJiraIssue— create the issue
Common issue types: Story, Bug, Task, Epic, Sub-task.
Creating Confluence Pages
Pages support Markdown content:
getConfluenceSpaces— list available spacesgetPagesInConfluenceSpace— optionally find a parent pagecreateConfluencePage— create the page with space, title, and body
Working with Compass Components
Component types: SERVICE, LIBRARY, APPLICATION, CAPABILITY, CLOUD_RESOURCE, DATA_PIPELINE, MACHINE_LEARNING_MODEL, UI_ELEMENT, WEBSITE, OTHER.
Relationship types: DEPENDS_ON, OTHER.
Jira Service Management Operations
For incident and alert management:
getJsmOpsAlerts— query alerts by ID, alias, or searchupdateJsmOpsAlert— acknowledge, close, or escalate alertsgetJsmOpsScheduleInfo— view on-call schedules and respondersgetJsmOpsTeamInfo— list teams with escalation policies
Cross-Product Workflows
- Use
search(Rovo Search) for natural language queries across products - Use
fetchwith ARIs (Atlassian Resource Identifiers) for direct content retrieval - Use
getAccessibleAtlassianResourcesto list cloud sites and get cloudIds
Troubleshooting
| Issue | Solution |
|---|---|
| JQL syntax error | Check field names; quote values with spaces |
| CQL returns no results | Verify space key; try broader terms |
| Cannot create issue | Verify "Create" permission in the project |
| Cannot edit page | Verify "Edit" permission in the space |
| OAuth expired | Re-invoke any tool to trigger fresh OAuth flow |
| "Site admin must authorize" | Admin must complete initial 3LO consent |
| cloudId errors | Use getAccessibleAtlassianResources to find correct cloudId |
More skills from the sre-agent-plugins repository
View all 7 skillsaws_cloud_operations
manage and troubleshoot AWS cloud operations
Jul 12AWSDebuggingInfrastructureMonitoring +1azure_managed_grafana
monitor Azure infrastructure with Grafana
Jul 12Application InsightsAzureDashboardsMonitoring +1datadog_observability
query Datadog telemetry and investigate behavior
Jul 12DatadogLogsMetricsMonitoring +1dynatrace_observability
query Dynatrace observability data
Jul 12AzureLogsMetricsMonitoring +1elasticsearch
query and analyze Elasticsearch data
Jul 12AnalyticsAzureLogsObservabilitypager_duty
manage incidents with PagerDuty
Jul 12AlertingIncident ResponseMonitoringSRE
More from Azure (Microsoft)
View publisherazure-arg-external-evaluation-policy-author
author and test Azure Resource Graph policies
azure-policy
Jul 12AzureComplianceGovernancePolicyazure-blueprints-migration
migrate Azure Blueprints to Template Specs
azure-blueprints
Jul 12AzureDeploymentInfrastructure as CodeMigrationapiview-feedback-resolution
resolve APIView feedback on Azure SDKs
azure-sdk-tools
Jul 12API DevelopmentAzureCode ReviewDocumentationazsdk-common-live-and-recorded-tests
deploy resources and run Azure SDK tests
azure-sdk-tools
Jul 12AzureDeploymentSDKTestingazsdk-common-prepare-release-plan
manage Azure SDK release plan work items
azure-sdk-tools
Jul 12AzureGitHubProject ManagementSDKazsdk-common-sdk-release
release Azure SDK packages
azure-sdk-tools
Jul 12AzureCI/CDDeploymentSDK