Atlassian

Atlassian

Aggregate Atlassian Cloud actions for Jira, Confluence, and Rovo-adjacent workflows using official REST APIs

42 actions
3 triggers

Actions

Name
jira_list_sites

List Atlassian sites accessible to the OAuth token and their cloud IDs.

jira_list_projects

List Jira projects.

jira_get_project

Get a Jira project by ID or key.

jira_list_issue_types

List issue types, optionally for one project.

jira_get_create_metadata

Get Jira create metadata for projects and issue types.

jira_search_issues_jql

Search Jira issues with JQL.

jira_get_issue

Get a Jira issue by key or ID.

jira_create_issue

Create a Jira issue with ADF, Markdown, or plain text description input.

jira_update_issue

Update Jira issue fields.

jira_list_transitions

List available transitions for a Jira issue.

jira_transition_issue

Transition a Jira issue.

jira_assign_issue

Assign a Jira issue to an account ID.

jira_list_comments

List Jira issue comments.

jira_add_comment

Add a Jira issue comment.

jira_update_comment

Update a Jira issue comment.

jira_add_attachment

Upload an attachment to a Jira issue.

jira_get_attachment

Get Jira attachment metadata.

jira_link_issues

Create a Jira issue link.

jira_add_watcher

Add a watcher to a Jira issue.

jira_find_user

Find Jira users by query.

jira_create_webhook

Create a Jira dynamic webhook registration.

jira_refresh_webhooks

Refresh Jira dynamic webhook registrations.

jira_delete_webhooks

Delete Jira dynamic webhook registrations.

confluence_list_spaces

List Confluence spaces.

confluence_list_pages

List pages in a Confluence space.

confluence_get_page

Get a Confluence page by ID.

confluence_search_cql

Search Confluence with CQL.

confluence_create_page

Create a Confluence page.

confluence_update_page

Update a Confluence page.

confluence_upsert_page_by_title

Create or update a Confluence page by space and title.

confluence_append_page_section

Append content to the end of a Confluence page.

confluence_list_comments

List Confluence footer comments for a page.

confluence_add_footer_comment

Add a footer comment to a Confluence page.

confluence_update_comment

Update a Confluence footer comment.

confluence_list_attachments

List Confluence page attachments.

confluence_upload_attachment

Upload an attachment to a Confluence page.

confluence_download_attachment

Get Confluence attachment metadata and download links.

confluence_get_children

List direct child pages for a Confluence page.

confluence_get_ancestors

List ancestors for a Confluence page.

confluence_add_label

Add a label to Confluence content.

get_next_page

Fetch an Atlassian next-page URL from Jira or Confluence.

custom_api_call

Make a guarded custom Atlassian API call.

Triggers

Name
jira_issue_webhook

Register and receive Jira issue webhooks with JQL filtering.

jira_issues_changed

Poll Jira issues after an initial baseline.

confluence_pages_changed

Poll Confluence pages by CQL after an initial baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('atlassian', 'jira_list_sites', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'atlassian',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Atlassian to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Atlassian support?

Atlassian supports 42 actions including Jira List Sites, Jira List Projects, Jira Get Project, Jira List Issue Types, Jira Get Create Metadata, and more.

Can I use Atlassian with AI agents?

Yes. Add Atlassian to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Atlassian be used in stateful agent workflows?

Yes. Agents can combine Atlassian actions with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Atlassian use?

Atlassian uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Atlassian integration cost?

The Atlassian integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Atlassian support?

Atlassian supports 3 triggers including Jira Issue Webhook, Jira Issues Changed, Confluence Pages Changed.

Connect Atlassian in minutes

Get 20,000 free actions every month. No credit card required.