Jira Cloud
Plan, track, and manage agile projects with Jira Cloud
Actions
| Name | Description |
|---|---|
create_issueCreate a new issue in a Jira project | Create a new issue in a Jira project |
get_issueGet a specific issue by key or ID | Get a specific issue by key or ID |
update_issueUpdate an existing issue | Update an existing issue |
search_issuesSearch for issues using JQL | Search for issues using JQL |
list_issuesList issues in a project with optional status filter | List issues in a project with optional status filter |
assign_issueAssign an issue to a user | Assign an issue to a user |
add_commentAdd a comment to an issue | Add a comment to an issue |
update_commentUpdate an existing comment on an issue | Update an existing comment on an issue |
list_commentsList all comments on an issue | List all comments on an issue |
delete_commentDelete a comment from an issue | Delete a comment from an issue |
link_issuesCreate a link between two issues | Create a link between two issues |
add_attachmentAttach a file to an issue from a URL | Attach a file to an issue from a URL |
get_attachmentsGet all attachments on an issue | Get all attachments on an issue |
add_watcherAdd a watcher to an issue | Add a watcher to an issue |
find_userSearch for a Jira user by email or display name | Search for a Jira user by email or display name |
custom_api_callMake a custom API call to the Jira API | Make a custom API call to the Jira API |
Triggers
| Name | Description |
|---|---|
new_issueTriggers when a new issue is created in a project | Triggers when a new issue is created in a project |
updated_issueTriggers when an issue is updated in a project | Triggers when an issue is updated in a project |
new_commentTriggers when a new comment is added to an issue in a project | Triggers when a new comment is added to an issue in a project |
Quick Start
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.