Actions
| Name | Description |
|---|---|
create_issueCreates a new issue in a project. | Creates a new issue in a project. |
update_issueUpdates an existing issue. | Updates an existing issue. |
find-userFinds an existing user. | Finds an existing user. |
search_issuesSearch for issues with JQL | Search for issues with JQL |
assign_issueAssigns an issue to a user. | Assigns an issue to a user. |
add_issue_attachmentAdds an attachment to an issue. | Adds an attachment to an issue. |
get-issue-attachmentRetrieves an attachment from an issue. | Retrieves an attachment from an issue. |
add-watcher-to-issueAdds a new watcher to an issue. | Adds a new watcher to an issue. |
add_issue_commentAdds a comment to an issue. | Adds a comment to an issue. |
update_issue_commentUpdates a comment to a specific issue. | Updates a comment to a specific issue. |
link-issuesCreates a link between two issues. | Creates a link between two issues. |
list_issue_commentsReturns all comments for an issue. | Returns all comments for an issue. |
delete_issue_commentDeletes a comment on a specific issue. | Deletes a comment on a specific issue. |
markdownToJiraFormatConvert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc | Convert Markdown-formatted text to Jira's ADF syntax for use in comments and descriptions etc |
get_issueGet issue data. | Get issue data. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_issueTriggers when a new issue is created | Triggers when a new issue is created |
updated_issueTriggers when an issue is updated | Triggers when an issue is updated |
updated_issue_statusTriggers when an issue status is updated | Triggers when an issue status is updated |
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, 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.