← Back to all apps
Atlassian Rovo logo

Atlassian Rovo

Open in ChatGPT →

Overview

Tools Available34
CategoryCollaboration

Manage Jira and Confluence fast

Available Tools

Atlassian Rovo provides 34 tools that can be used to interact with its services.

Add Comment To Jira Issue

addCommentToJiraIssue
Full Description

Adds a comment to an existing Jira issue id or key.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

commentBodystring

The content of the comment in Markdown format.

issueIdOrKeystring

Issue id or key can be used to uniquely identify an existing issue. Issue id is a numerical identifier. An example issue id is 10000. Issue key is formatted as a project key followed by a hyphen '-' character and then followed by a sequential number. An example issue key is ISSUE-1.

Optional
commentVisibilityobject

Add Worklog To Jira Issue

addWorklogToJiraIssue
Full Description

Adds a worklog on a Jira issue.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

issueIdOrKeystring

Issue id or key can be used to uniquely identify an existing issue. Issue id is a numerical identifier. An example issue id is 10000. Issue key is formatted as a project key followed by a hyphen '-' character and then followed by a sequential number. An example issue key is ISSUE-1.

timeSpentstring

The time spent (e.g., "2h", "30m", "4d").

Optional
visibilityobject

Atlassian User Info

atlassianUserInfo
Full Description

Get current user info from Atlassian

Create Compass Component

createCompassComponent
Full Description

Create a new Compass component

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

namestring

The name of the component

typeIdstring

The type ID of the component. Default types: SERVICE, LIBRARY, APPLICATION, CAPABILITY, CLOUD_RESOURCE, DATA_PIPELINE, MACHINE_LEARNING_MODEL, UI_ELEMENT, WEBSITE, TEMPLATE, DATASET, DATA_PRODUCT, DASHBOARD

Optional
customFieldsobject

The custom fields of the component as a map of field ID to field value. If the field is a single select or multi select, the value should be the ID of the option.

descriptionstring

The description of the component

lifecycleStagestring

A string value denoting the lifecycle stage of the component. This is never an object.

tiernumber/null

The tier of the component (1-4)

Create Compass Component Relationship

createCompassComponentRelationship
Full Description

Create a relationship between two Compass components

Parameters

Required
fromComponentIdstring

The ID of the source component

relationshipTypestring

The type of relationship to create

Options:DEPENDS_ONCONTAINSCONNECTS_TOIMPLEMENTSREPORTS_TO
toComponentIdstring

The ID of the target component

Create Compass Custom Field Definition

createCompassCustomFieldDefinition
Full Description

Create a new Compass custom field definition

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

componentTypeIdsarray

The type ID of the components the custom field definition will be added to

descriptionstring

The description of the custom field definition

namestring

The name of the custom field definition

typestring

The type of the custom field definition

Options:BooleanMultiSelectNumberSingleSelectTextUser
Optional
fieldSelectionsobject

An list of options for the custom field definition, expressed as maps. The keys should be the options, and the values should all be null. Only used for SingleSelect and MultiSelect custom field definitions.

Create Confluence Footer Comment

createConfluenceFooterComment
Full Description

Create a footer comment on a Confluence page or blog post. Footer comments are general comments about the page that appear at the bottom.

Parameters

Required
bodystring

The content of the comment in Markdown format.

cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

Optional
attachmentIdstring

The id of the attachment to add to the comment.

customContentIdstring

The id of the custom content to add to the comment.

pageIdstring

The id of the page to add the comment to.

parentCommentIdstring

The id of the parent comment to reply to.

Create Confluence Inline Comment

createConfluenceInlineComment
Full Description

Create an inline comment on a page or blog post. Inline comments are attached to specific text selections within the page content.

Parameters

Required
bodystring

The content of the comment in Markdown format.

cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

Optional
inlineCommentPropertiesobject

Object describing the text to highlight on the page/blog post. Only applicable for top level inline comments (not replies) and required in that case.

pageIdstring

The id of the page to add the comment to.

parentCommentIdstring

The id of the parent comment to reply to.

Create Confluence Page

createConfluencePage
Full Description

Create a new page in Confluence. Can create regular pages or live docs based on the subtype parameter.

Parameters

Required
bodystring

The content of the page in the specified format

cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

spaceIdstring

The unique numerical identifier of the space where the page will be created

Optional
contentFormatstring

Format of the page body content. One of "markdown" (default) or "adf" for Atlassian Document Format

Options:markdownadf
Default: markdown
isPrivateboolean

The page will be private. Only the user who creates this page will have permission to view and edit one.

parentIdstring

The unique identifier of the parent page (if creating a child page)

subtypestring

The subtype of the page. Set to "live" to create a live doc, or omit to create a regular page.

Options:live
titlestring

The title of the new page

Create Jira Issue

createJiraIssue
Full Description

Create a new Jira issue in a given project with a given issue type.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

issueTypeNamestring

A Jira issue type categorizes and distinguishes different kinds of work being tracked within a project. It's a way to define what a specific piece of work represents. For example, in a Jira Software project, there are "Epic", "Story", "Task", "Bug" or "Subtask" issue types by default. Or in Jira Service Management, there are "Change", "IT help", "Incident", "New feature", "Problem", "Service request", "Service request with approval" or "Support" issue types by default. User can remove those default ones and/or define their own issue types as well. There is a tool "getJiraProjectIssueTypesMetadata" to get the available issue types in a given project.

projectKeystring

A project key in Jira is a unique identifier (a string of letters, numbers and sometimes underscores) of a project. There is a tool "getVisibleJiraProjects" to look up which projects the user has create permission to create a new Jira issue.

summarystring
Optional
additional_fieldsobject
assignee_account_idstring

During issue creation, we can set an assignee for the new issue. The input must be an account id of a valid user in the given cloud id. There is a tool "atlassianUserInfo" to get the account id of the current user. There is a tool "lookupJiraAccountId" to get the account ids of the existing users in Jira based on the user's display name or email address.

descriptionstring

The content of the issue's description in Markdown format.

parentstring

The issue key or id of the parent issue for "Subtask" issue types.

Edit Jira Issue

editJiraIssue
Full Description

Update the details of an existing Jira issue id or key.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

fieldsobject
issueIdOrKeystring

Issue id or key can be used to uniquely identify an existing issue. Issue id is a numerical identifier. An example issue id is 10000. Issue key is formatted as a project key followed by a hyphen '-' character and then followed by a sequential number. An example issue key is ISSUE-1.

Fetch

fetch
Full Description

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

Parameters

Required
idstring

Atlassian Resource Identifier (ARI) from search results, e.g., "ari:cloud:jira:cloudId:issue/10107" or "ari:cloud:confluence:cloudId:page/123456789"

Get Accessible Atlassian Resources

getAccessibleAtlassianResources
Full Description

Get cloudid to construct API calls to Atlassian REST APIs

Get Compass Component

getCompassComponent
Full Description

Get a Compass component by ID

Parameters

Required
componentIdstring

The ID of the component to get

Optional
includeCustomFieldsInResponseboolean

Whether to include custom fields in the response. Components often track important information in custom fields

Default: True
includeRelatedComponentsAndDependenciesInResponseboolean

Whether to include related components and dependencies in the response. This includes all relationships (dependencies, child components, parent components, etc.) that this component has with other components

Default: False
includeRelatedLinksInResponseboolean

Whether to include related links to the Component in the response. Components often track links to repository, documentation, Jira project, operational dashboards, on-call schedule etc with links

Default: True

Get Compass Components

getCompassComponents
Full Description

Get a list of Compass components

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

Optional
afterstring

The cursor to start at. Usually found in the response of a previous call

maxResultsnumber

The maximum number of items to return per page.

Default: 10
querystring

The query to search for components.

Get Compass Custom Field Definitions

getCompassCustomFieldDefinitions
Full Description

Get a list of Compass custom field definitions

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

Get Confluence Page

getConfluencePage
Full Description

Get a specific page or live doc data (including body content) from Confluence by its ID. You can extract the page ID from Confluence URLs - for example, from a URL like https://yoursite.atlassian.net/wiki/spaces/SPACE/pages/123456789/Page+Title, the page ID is "123456789". The URL can be used as the cloudId parameter, as the tool will handle converting the site name to a cloud ID.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

pageIdstring

The unique identifier of the page to retrieve. Can be extracted from Confluence URLs (e.g., the numeric ID in the URL path)

Optional
contentFormatstring

Format for the page body content. One of "markdown" (default) or "adf" for Atlassian Document Format

Options:markdownadf
Default: markdown

Get Confluence Page Descendants

getConfluencePageDescendants
Full Description

Get all child pages (descendants) of a specific page in the page hierarchy. Useful for exploring page structure and finding nested content.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

pageIdstring

The unique identifier of the page whose descendants to retrieve

Optional
cursorstring

Pagination cursor for retrieving next page of results

depthnumber

Maximum depth to traverse in the page hierarchy

limitnumber

Maximum number of descendants to return

Get Confluence Page Footer Comments

getConfluencePageFooterComments
Full Description

Get footer comments for a Confluence page. Footer comments are general comments about the page that appear at the bottom, not tied to specific content. Returns comment body content as Markdown.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

pageIdstring

The unique identifier of the page whose footer comments to retrieve

Optional
cursorstring

Pagination cursor for retrieving next page of results

limitnumber

Maximum number of comments to return

sortstring

Sort order for comments

Options:id-idcreated-date-created-date
statusstring

Filter comments by status

Options:currentarchivedtrasheddeletedhistoricaldraft
Default: current

Get Confluence Page Inline Comments

getConfluencePageInlineComments
Full Description

Get inline comments for a Confluence page. Inline comments are attached to specific text selections within the page content.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

pageIdstring

The unique identifier of the page whose inline comments to retrieve

Optional
cursorstring

Pagination cursor for retrieving next page of results

limitnumber

Maximum number of comments to return

resolutionStatusstring

Filter comments by resolution status

Options:resolvedopendanglingreopened
Default: open
sortstring

Sort order for comments

Options:id-idcreated-date-created-date
statusstring

Filter comments by status

Options:currentarchivedtrasheddeletedhistoricaldraft
Default: current

Get Confluence Spaces

getConfluenceSpaces
Full Description

Get spaces from Confluence. Spaces are containers for pages and content, organized by teams or topics. Use this to discover available spaces before accessing their content. You can also use this with a space key to get the numerical space ID needed for other operations.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

Optional
cursorstring

Pagination cursor for retrieving next page of results

descriptionFormatstring

Format for space descriptions

Options:plainview
favoritedBystring

Filter spaces favorited by a specific user account ID

idsstring

Filter by specific numerical space IDs

includeIconboolean

Include space icon information in response

keysstring

Filter by space keys (unique identifiers)

labelsstring

Filter by space labels

limitnumber

Maximum number of spaces to return (default: 25, max: 250)

notFavoritedBystring

Filter spaces not favorited by a specific user account ID

sortstring

Sort order for results

Options:id-idkey-keyname-name
statusstring

Filter by space status

Options:currentarchived
typestring

Filter by space type

Options:globalcollaborationknowledge_basepersonal

Get Jira Issue

getJiraIssue
Full Description

Get the details of a Jira issue by issue id or key.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

issueIdOrKeystring

Issue id or key can be used to uniquely identify an existing issue. Issue id is a numerical identifier. An example issue id is 10000. Issue key is formatted as a project key followed by a hyphen '-' character and then followed by a sequential number. An example issue key is ISSUE-1.

Optional
expandstring
failFastboolean
fieldsarray
fieldsByKeysboolean
propertiesarray
updateHistoryboolean

Get Jira Issue Remote Issue Links

getJiraIssueRemoteIssueLinks
Full Description

Get remote issue links (eg: Confluence links etc...) of an existing Jira issue id or key

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

issueIdOrKeystring

Issue id or key can be used to uniquely identify an existing issue. Issue id is a numerical identifier. An example issue id is 10000. Issue key is formatted as a project key followed by a hyphen '-' character and then followed by a sequential number. An example issue key is ISSUE-1.

Optional
globalIdstring

An identifier for the remote item in the remote system. For example, the global ID for a remote item in Confluence would consist of the app ID and page ID, like this: appId=456&pageId=123. When a global ID is provided, this tool returns only the remote issue link of the given Jira issue that has the provided global ID. When no global ID is provided, this tool returns all the remote issue links of the given Jira issue.

Get Jira Issue Type Meta With Fields

getJiraIssueTypeMetaWithFields
Full Description

Get issue type metadata for a project and issue type. Returns a page of field metadata for a specified project and issue type ID. Use the information to populate the requests in Create issue and Create issues.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

issueTypeIdstring

The ID of the issue type

projectIdOrKeystring

The ID or key of the project

Optional
maxResultsnumber

The maximum number of items to return per page

startAtnumber

The index of the first item to return (0-based)

Get Jira Project Issue Types Metadata

getJiraProjectIssueTypesMetadata
Full Description

Get a page of issue type metadata for a specified project. The issue type metadata will be used to create issue.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

projectIdOrKeystring
Optional
maxResultsnumber

The maximum number of items to return per page.

Default: 50
startAtnumber

The index of the first item to return in a page of results (page offset).

Default: 0

Get Pages In Confluence Space

getPagesInConfluenceSpace
Full Description

Get all pages within a specific Confluence space. Useful for discovering content structure and finding pages by title or status. Returns page body content as Markdown.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

spaceIdstring

The unique numerical identifier of the space to search within

Optional
cursorstring

Opaque cursor for pagination

depthstring

Filter pages by depth, default: all

Options:allroot
limitnumber

Maximum number of pages to return (default: 25, max: 250)

sortstring

Sort pages by field(s)

Options:id-idcreated-date-created-datemodified-date-modified-datetitle-title
statusstring

Filter pages by status

Options:currentarchiveddeletedtrashed
subtypestring

Filter pages by subtype. Use "live" for live docs or "page" for regular pages

Options:livepage
titlestring

Filter pages by title

Get Transitions For Jira Issue

getTransitionsForJiraIssue
Full Description

Get available transitions for an existing Jira issue id or key.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

issueIdOrKeystring

Issue id or key can be used to uniquely identify an existing issue. Issue id is a numerical identifier. An example issue id is 10000. Issue key is formatted as a project key followed by a hyphen '-' character and then followed by a sequential number. An example issue key is ISSUE-1.

Optional
expandstring
includeUnavailableTransitionsboolean
skipRemoteOnlyConditionboolean
sortByOpsBarAndStatusboolean
transitionIdstring

Get Visible Jira Projects

getVisibleJiraProjects
Full Description

Get visible Jira projects for which the user has either view, browse, edit or create permission on that project.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

Optional
actionstring

Filter results by projects for which the user can: * view the project * browse the project * edit the project * create the project, meaning that they have the Create issues project permission for the project in which the issue is created.

Options:viewbrowseeditcreate
Default: create
expandIssueTypesboolean

To include additional information about the issue types associated with the project

Default: True
maxResultsnumber

The maximum number of items to return per page.

Default: 50
searchStringstring

Filter the results using a literal string. Projects with a matching key or name are returned (case insensitive)

startAtnumber

The index of the first item to return in a page of results (page offset).

Default: 0

Lookup Jira Account Id

lookupJiraAccountId
Full Description

Lookup account ids of existing users in Jira based on the user's display name or email address.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

searchStringstring

Search

search
Full Description

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

Parameters

Required
querystring

The search query to use for Rovo Search

Search Confluence Using Cql

searchConfluenceUsingCql
Full Description

Search content in Confluence using CQL (Confluence Query Language). ONLY use this tool when CQL syntax is specifically needed or mentioned in the query. For general searches across Jira and Confluence, use the unified "search" tool instead. CQL is a powerful query language for finding pages, spaces, and content based on various criteria like title, content, labels, creation date, etc.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

cqlstring

The CQL query string (e.g., "title ~ 'meeting' AND type = page")

Optional
cqlcontextstring

The context for the CQL query execution

cursorstring

Pagination cursor for retrieving next page of results

expandstring

Comma-separated list of properties to expand in the response

limitnumber

Maximum number of results to return (default: 25, max: 250)

nextboolean

Include next page link in pagination

prevboolean

Include previous page link in pagination

Search Jira Issues Using Jql

searchJiraIssuesUsingJql
Full Description

Search Jira issues using Jira Query Language (JQL). ONLY use this tool when JQL syntax is specifically needed or mentioned in the query. For general searches across Jira and Confluence, use the unified "search" tool instead.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

jqlstring

A Jira Query Language (JQL) expression to search Jira issues

Optional
fieldsarray
Default: ['summary', 'description', 'status', 'issuetype', 'priority', 'created']
maxResultsnumber

A maximum number of issue to search per page. Default is 50, max is 100

Default: 50
nextPageTokenstring

This is used for pagination purpose to fetch more data if a JQL search has more issues in next pages

Transition Jira Issue

transitionJiraIssue
Full Description

Transition an existing Jira issue (that has issue id or key) to a new status.

Parameters

Required
cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

issueIdOrKeystring

Issue id or key can be used to uniquely identify an existing issue. Issue id is a numerical identifier. An example issue id is 10000. Issue key is formatted as a project key followed by a hyphen '-' character and then followed by a sequential number. An example issue key is ISSUE-1.

transitionobject
Optional
fieldsobject
historyMetadataobject
updateobject

Update Confluence Page

updateConfluencePage
Full Description

Update an existing page or Live Doc in Confluence.

Parameters

Required
bodystring

The content of the page in the specified format

cloudIdstring

Unique identifier for an Atlassian Cloud instance in the form of a UUID. Can also be a site URL or extracted from Atlassian URLs - for example, from https://yoursite.atlassian.net/wiki/.... If not working, use the 'getAccessibleAtlassianResources' tool to find accessible Cloud IDs.

pageIdstring

The unique identifier of the existing page to update

Optional
contentFormatstring

Format of the page body content. One of "markdown" (default) or "adf" for Atlassian Document Format

Options:markdownadf
Default: markdown
parentIdstring

The unique identifier of the parent page (if changing hierarchy)

spaceIdstring

The unique numerical identifier of the space (if moving the page)

statusstring

The status of the page to update (defaults to current). If draft is specified, then the page's draft version will be updated.

Options:currentdraft
Default: current
titlestring

The new title for the page (if not provided, retains the existing title)

versionMessagestring

Optional message describing the changes made in this version