eavz
Jira Cloud

Jira Cloud

Issue tracking and project management

16 actions
3 triggers

Actions

Name
create_issue

Creates a new issue in a project.

update_issue

Updates an existing issue.

find-user

Finds an existing user.

search_issues

Search for issues with JQL

assign_issue

Assigns an issue to a user.

add_issue_attachment

Adds an attachment to an issue.

get-issue-attachment

Retrieves an attachment from an issue.

add-watcher-to-issue

Adds a new watcher to an issue.

add_issue_comment

Adds a comment to an issue.

update_issue_comment

Updates a comment to a specific issue.

link-issues

Creates a link between two issues.

list_issue_comments

Returns all comments for an issue.

delete_issue_comment

Deletes a comment on a specific issue.

markdownToJiraFormat

Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc

get_issue

Get issue data.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_issue

Triggers when a new issue is created

updated_issue

Triggers when an issue is updated

updated_issue_status

Triggers when an issue status is updated

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, Update Issue, Find User, Search Issues, Assign Issue, 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 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Jira Cloud use?

Jira Cloud uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Jira Cloud integration cost?

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

What triggers does Jira Cloud support?

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

Connect Jira Cloud in 2 minutes

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