Jira Cloud

Jira Cloud

Plan, track, and manage agile projects with Jira Cloud

16 actions
3 triggers

Actions

Name
create_issue

Create a new issue in a Jira project

get_issue

Get a specific issue by key or ID

update_issue

Update an existing issue

search_issues

Search for issues using JQL

list_issues

List issues in a project with optional status filter

assign_issue

Assign an issue to a user

add_comment

Add a comment to an issue

update_comment

Update an existing comment on an issue

list_comments

List all comments on an issue

delete_comment

Delete a comment from an issue

link_issues

Create a link between two issues

add_attachment

Attach a file to an issue from a URL

get_attachments

Get all attachments on an issue

add_watcher

Add a watcher to an issue

find_user

Search for a Jira user by email or display name

custom_api_call

Make a custom API call to the Jira API

Triggers

Name
new_issue

Triggers when a new issue is created in a project

updated_issue

Triggers when an issue is updated in a project

new_comment

Triggers when a new comment is added to an issue in a project

Quick Start

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

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

const result = await weavz.actions.execute({
  integrationName: 'jira-cloud',
  actionName: 'create_issue',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Jira Cloud to my app?

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

What actions does Jira Cloud support?

Jira Cloud supports 16 actions including Create Issue, Get Issue, Update Issue, Search Issues (JQL), List Issues, and more.

Can I use Jira Cloud with AI agents?

Yes. Add Jira Cloud to an MCP server in TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.

What authentication does Jira Cloud use?

Jira Cloud uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Jira Cloud integration cost?

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

What triggers does Jira Cloud support?

Jira Cloud supports 3 triggers including New Issue, Updated Issue, New Comment.

Connect Jira Cloud in minutes

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