Loading...
Loading...
Jira integration. Manage project management and ticketing data, records, and workflows. Use when the user wants to interact with Jira data.
npx skill4agent add membranedev/application-skills jiramembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search jira --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Get Current User | get-current-user | Get details of the currently authenticated user |
| Get Statuses | get-statuses | Get all issue statuses |
| Get Priorities | get-priorities | Get all issue priorities |
| Get Issue Types | get-issue-types | Get all issue types available to the user |
| Get User | get-user | Get details of a specific user by account ID |
| Search Users | search-users | Search for users by name, email, or account ID |
| Get Project | get-project | Get details of a specific project |
| Get All Projects | get-all-projects | Get a list of all projects visible to the user |
| Delete Comment | delete-comment | Delete a comment from an issue |
| Update Comment | update-comment | Update an existing comment on an issue |
| Get Comments | get-comments | Get all comments on an issue |
| Add Comment | add-comment | Add a comment to an issue |
| Assign Issue | assign-issue | Assign an issue to a user |
| Transition Issue | transition-issue | Transition an issue to a new status using a workflow transition |
| Get Issue Transitions | get-issue-transitions | Get available workflow transitions for an issue |
| Search Issues (JQL) | search-issues-jql | Search for issues using JQL (Jira Query Language) |
| Delete Issue | delete-issue | Delete an issue from Jira |
| Update Issue | update-issue | Update an existing issue in Jira |
| Get Issue | get-issue | Get details of a specific issue by its ID or key |
| Create Issue | create-issue | Create a new issue in Jira |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY