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.
Create Issue
testmonitor:create_issue
Create a new issue in a project.
Write
Medium risk
Create Milestone
testmonitor:create_milestone
Create a new milestone in a project.
Write
Medium risk
Create Project
testmonitor:create_project
Create a new project in TestMonitor.
Write
Medium risk
Create Test Case
testmonitor:create_test_case
Create a new test case in a project.
Write
Medium risk
Create Test Run
testmonitor:create_test_run
Create a new test run in a project.
Write
Medium risk
Delete Project
testmonitor:delete_project
Permanently delete a project and all its associated data.
Write
High risk
Execute Test Result
testmonitor:execute_test_result
Execute a test result by updating its status and adding execution details.
Write
Medium risk
Get Issue
testmonitor:get_issue
Fetch a single issue by ID with all details and attachments.
Read
Low risk
Get Milestone
testmonitor:get_milestone
Fetch a single milestone by ID with details and progress.
Read
Low risk
Get Project
testmonitor:get_project
Fetch a single project by ID with details and settings.
Read
Low risk
Get Test Case
testmonitor:get_test_case
Fetch a single test case by ID with all details and steps.
Read
Low risk
Get Test Run
testmonitor:get_test_run
Fetch a single test run by ID with execution details and results.
Read
Low risk
List Issues
testmonitor:list_issues
List issues in a project with optional filtering and pagination.
Read
Low risk
List Milestones
testmonitor:list_milestones
List milestones in a project with optional filtering and pagination.
Read
Low risk
List Projects
testmonitor:list_projects
List projects with optional filtering and pagination.
Read
Low risk
List Test Cases
testmonitor:list_test_cases
List test cases in a project with optional filtering and pagination.
Read
Low risk
List Test Runs
testmonitor:list_test_runs
List test runs in a project with optional filtering and pagination.
Read
Low risk
List Users
testmonitor:list_users
List users in the organization with optional filtering and pagination.
Read
Low risk
Update Issue
testmonitor:update_issue
Update an existing issue in TestMonitor.
Write
Medium risk
Update Project
testmonitor:update_project
Update an existing project in TestMonitor.
Write
Medium risk