Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Add Attachment To Issue
jira:add_attachment_to_issue
Adds an attachment to an issue
Write
Medium risk
Add Comment To Issue
jira:add_comment_to_issue
Adds a new comment to an issue
Write
Medium risk
Add Multiple Attachments To Issue
jira:add_multiple_attachments_to_issue
Adds multiple attachments to an issue
Write
Medium risk
Add Watcher To Issue
jira:add_watcher_to_issue
Adds a user as a watcher of an issue by passing the account ID of the user, For example, `5b10ac8d82e05b22cc7d4ef5`, If no user is specified the calling user is added
Write
Medium risk
Assign Issue
jira:assign_issue
Assigns an issue to a user
Write
Medium risk
Check Issues Against JQL
jira:check_issues_against_jql
Checks whether one or more issues would be returned by one or more JQL queries
Read
Low risk
Count Issues Using JQL
jira:count_issues_using_jql
Provide an estimated count of the issues that match the JQL
Read
Low risk
Create Custom Field Options (Context)
jira:create_custom_field_options_context
Create a context for custom field options
Write
Medium risk
Create Issue
jira:create_issue
Creates an issue or, where the option to create subtasks is enabled in Jira, a subtask
Write
Medium risk
Create Jira Version in Project
jira:create_version
Creates a project version
Write
Medium risk
Delete Project
jira:delete_project
Deletes a project
Write
High risk
Get All Projects
jira:get_all_projects
Gets metadata on all projects
Read
Low risk
Get Issue
jira:get_issue
Gets the details for an issue
Read
Low risk
Get Issue Picker Suggestions
jira:get_issue_picker_suggestions
Returns lists of issues matching a query string
Read
Low risk
Get Task
jira:get_task
Gets the status of a long-running asynchronous task
Read
Low risk
Get Transitions
jira:get_transitions
Gets either all transitions or a transition that can be performed by the user on an issue, based on the issue's status
Read
Low risk
Get User
jira:get_user
Gets details of user
Read
Low risk
Get Users
jira:get_users
Gets the details for a list of users
Read
Low risk
List Issue Comments
jira:list_issue_comments
Lists all comments for an issue
Read
Low risk
Search Issues with JQL
jira:search_issues_with_jql
Search for issues using JQL (Jira Query Language)
Read
Low risk
Search Issues with JQL (POST)
jira:search_issues_with_jql_post
Searches for issues using JQL with enhanced search capabilities
Read
Low risk
Transition Issue
jira:transition_issue
Performs an issue transition and, if the transition has a screen, updates the fields from the transition screen
Write
Medium risk
Update Comment
jira:update_comment
Updates a comment
Write
Medium risk
Update Issue
jira:update_issue
Updates an issue. A transition may be applied and issue properties updated as part of the edit
Write
Medium risk