Atlassian Rovo
OfficialEnables secure, permission-aware access to Atlassian Cloud products.
Tools (31)
atlassianUserInfo
Get current user info
getAccessibleAtlassianResources
Get cloudId to make tool calls. When a link is provided (e.g. https://site.atlassian.net/*), try passing the site hostname (e.g. site.atlassian.net) as cloudId to other tools first; if that fails, use this tool to list accessible resources.
getConfluencePage
Get a Confluence page or blog post by ID, including body content.
searchConfluenceUsingCql
Search content with CQL
getConfluenceSpaces
Get spaces
getPagesInConfluenceSpace
Get pages or blog posts in a space
getConfluencePageFooterComments
Get footer comments for a page or blog post
getConfluencePageInlineComments
Get inline comments for a page or blog post
getConfluenceCommentChildren
Get reply(child) comments for a comment
getConfluencePageDescendants
Get child pages of specified page
createConfluencePage
Create a Confluence page or blog post
updateConfluencePage
Update a Confluence page or blog post
createConfluenceFooterComment
Create a footer comment on a page or blog post
createConfluenceInlineComment
Create an inline comment on specific text in a page or blog post
getJiraIssue
Get issue details
editJiraIssue
Update issue
createJiraIssue
Create issue
getTransitionsForJiraIssue
Get transitions
getJiraIssueRemoteIssueLinks
Get remote links
getVisibleJiraProjects
Get projects
getJiraProjectIssueTypesMetadata
Get issue types
getJiraIssueTypeMetaWithFields
Get field metadata
addCommentToJiraIssue
Add comment
transitionJiraIssue
Transition issue status
searchJiraIssuesUsingJql
Search issues with JQL
lookupJiraAccountId
Lookup user IDs
addWorklogToJiraIssue
Add or update a worklog on a Jira issue. When worklogId is provided, updates that worklog;
getIssueLinkTypes
Get available Jira issue link types (e.g. Blocks, Duplicate, Clones, Relates). For createIssueLink: inwardIssue = blocker, outwardIssue = blocked (e.g. "A is blocked by B" → inwardIssue: B, outwardIssue: A).
createIssueLink
Create a link between two Jira issues. For directional link types (e.g. Blocks): inwardIssue = issue that blocks, outwardIssue = issue that is blocked (e.g. "A is blocked by B" → inwardIssue: B, outwardIssue: A). Use getIssueLinkTypes if link type is unknown.
searchAtlassian
Search Jira and Confluence using Rovo Search, ALWAYS use this tool to search for Jira and Confluence content unless the word CQL or JQL is used in the context
fetchAtlassian
Get details of a Jira issue or Confluence page by ARI (Atlassian Resource Identifier), if the id is not an ARI, then use a different tool to fetch the content