Jira Cloud
Plan, track, and manage agile projects with Jira Cloud
Tools
| 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('jira-cloud', 'create_issue', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'jira-cloud',
input: { /* ... */ },
})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 tools programmatically.
What tools does Jira Cloud support?
Jira Cloud supports 16 tools 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 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 Jira Cloud be used in stateful agent workflows?
Yes. Agents can combine Jira Cloud tools 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 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 20,000 free action executions every month. No credit card required.