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 Comment
jira_data_center:add_comment
Add a comment to an issue. Comments are visible to users with appropriate permissions.
Write
Medium risk
Assign Issue
jira_data_center:assign_issue
Assign an issue to a user or unassign it. Use "null" to remove the current assignee.
Write
Medium risk
Create Issue
jira_data_center:create_issue
Create a new issue in the specified project with the given details.
Write
Medium risk
Delete Issue
jira_data_center:delete_issue
Permanently delete an issue. This action cannot be undone.
Write
High risk
Get Comments
jira_data_center:get_comments
Get all comments for an issue with pagination support.
Read
Low risk
Get Issue
jira_data_center:get_issue
Fetch a single issue by key or ID with full details including status, assignee, and custom fields.
Read
Low risk
Get Project
jira_data_center:get_project
Get detailed information about a specific project including issue types and components.
Read
Low risk
Get Transitions
jira_data_center:get_transitions
Get all available transitions for an issue based on its current status and workflow.
Read
Low risk
Get User
jira_data_center:get_user
Get detailed information about a specific user including their display name and email.
Read
Low risk
List Issues
jira_data_center:list_issues
Search for issues using JQL with pagination support. Returns key issue details.
Read
Low risk
List Projects
jira_data_center:list_projects
List all projects visible to the current user with basic information.
Read
Low risk
Search Users
jira_data_center:search_users
Search for users by username, display name, or email address.
Read
Low risk
Transition Issue
jira_data_center:transition_issue
Transition an issue to a new status (e.g., move from "To Do" to "In Progress").
Write
Medium risk
Update Issue
jira_data_center:update_issue
Update an existing issue with new field values. Only provided fields will be updated.
Write
Medium risk