Give OpenCode your Jira and a Postgres connection and it can investigate a bug ticket by actually querying the data behind it. It pulls the issue details from Jira, runs read queries against your database to confirm what is happening, and writes its findings back as a comment. That closes the gap between a vague bug report and a grounded diagnosis.
Pick the operations you want and each becomes a tool the agent can call directly while it works.
Get a specific issue by key or ID
Search for issues using JQL
Create a new issue
Update an existing issue
Transition an issue to a new status
List available transitions for an issue
Add a comment to an issue
Delete an issue
List accessible projects
Get project details
Search for users
Get current user details
Get metadata for an attachment
Download an attachment (returns content as base64)
Delete an attachment
Add attachment to an issue
Get all attachments for an issue
Get attachment with expanded human-readable data
Add worklog to an issue (time tracking)
Get a worklog by ID
Update a worklog
Delete a worklog
Get all worklogs for an issue
Get list of IDs for deleted worklogs
Get list of IDs for updated worklogs
Get all worklog property keys for a worklog
Create a project component
Get a component by ID
Update a component
Delete a component
Get all components for a project
Get issue count for a component
Create a project version/release
Get a version by ID
Update a version
Delete a version
Get all versions for a project
Merge two versions
Move version position
Get issue counts for a version
Get count of unresolved issues for a version
Get an issue link by ID
Create a link between two issues
Delete an issue link
Get watchers for an issue
Add watcher to an issue
Remove watcher from an issue
Get all priorities
Get a priority by ID
Get all resolutions
Get a resolution by ID
Get all statuses
Get a status by ID
Get all issue types
Get an issue type by ID
Get issue types for a project
Create a filter (saved JQL query)
Get a filter by ID
Update a filter
Delete a filter
Search for filters
Get a comment by ID
Get all comments for an issue
Update a comment
Delete a comment
Get all fields
Create a custom field
Get all boards
Get a board by ID
Get issues for a board
Get backlog issues for a board
Get sprints for a board
Get a sprint by ID
Create a sprint
Update a sprint
Delete a sprint
Get issues in a sprint
Move issues to a sprint
Get an epic by ID or key
Get issues in an epic
Move issues to an epic
Get remote links for an issue
Create a remote link on an issue
Delete a remote link
Get all labels for an issue
Add labels to an issue
Set labels for an issue (replaces existing)
Get a property value for an issue
Set a property value for an issue
Delete a property from an issue
Get all property keys for an issue
Get permissions for the current user
Get all permissions in the system
Check if user has specific permissions
Get all permission schemes
Get a permission scheme by ID
Create a new permission scheme
Delete a permission scheme
Get all groups
Get a group by name
Create a new group
Delete a group
Add a user to a group
Remove a user from a group
Get members of a group
Get all project roles for a project
Get a specific project role
Add actors (users/groups) to a project role
Remove actors from a project role
Get all screens
Get a screen by ID
Get all tabs for a screen
Get all fields for a screen tab
Get all issue security schemes
Get an issue security scheme by ID
Get all notification schemes
Get a notification scheme by ID
Get all workflows
Get a workflow by name
Get all workflow schemes
Get a workflow scheme by ID
Get all dashboards
Get a dashboard by ID
Create a new dashboard
Update a dashboard
Delete a dashboard
Get audit log records
Search for projects
Get an application property
Get Jira server information
Get all issue link types
Get an issue link type by ID
Create a new issue link type
Update an issue link type
Delete an issue link type
Get all field configurations
Get a field configuration by ID
Get all field configuration schemes
Get a field configuration scheme by ID
Get all issue type schemes
Get an issue type scheme by ID
Create an issue type scheme
Update an issue type scheme
Delete an issue type scheme
Get all issue type screen schemes
Get an issue type screen scheme by ID
Get a priority scheme by ID
Get all priority schemes
Archive a project
Restore an archived project
Get a project category by ID
Get all project categories
Create a project category
Update a project category
Delete a project category
Assign an issue to a user
Get changelog for an issue
Send notification for an issue
Get votes for an issue
Add vote to an issue
Remove vote from an issue
Get a user by account ID
Get groups that a user belongs to
Get all properties for a user
Get a property for a user
Set a property for a user
Delete a property from a user
Create multiple issues in bulk
Update multiple issues in bulk
Delete multiple issues in bulk
Get all avatars for a project
Get all avatars for an issue type
Get all application properties
Set an application property
Get global configuration
Get issue security level by ID
Create a new status
Update a status
Delete a status
Create a new resolution
Update a resolution
Delete a resolution
Create a new priority
Update a priority
Delete a priority
Create a new issue type
Update an issue type
Delete an issue type
Validate a JQL query
Get auto-complete suggestions for JQL
Get current user preferences
Set a user preference
Get Jira license information
Execute a SELECT query and return results as JSON
Execute an INSERT, UPDATE, DELETE, or other non-SELECT statement
Execute a statement with multiple parameter sets (batch operations)
Execute query with cursor for large result sets
Bulk import data to a table using COPY
Bulk export data from a table using COPY
List all tables in a schema
Get column metadata for a table
Get detailed information about a table including constraints and indexes
Create a new table
Drop a table
Truncate a table (remove all rows)
List all schemas in the database
Create a new schema
Drop a schema
List all databases in the PostgreSQL server
List all indexes in a schema
Create an index on a table
Drop an index
List all views in a schema
Create a view
Drop a view
List all sequences in a schema
Get the next value from a sequence (nextval)
Get the current value from a sequence (currval)
Set the current value of a sequence (setval)
List all functions in a schema
Call a PostgreSQL function
List all constraints for a table
List all triggers in a schema
List all installed extensions
Create/install an extension
List all database users
List all database roles
Explain a query's execution plan
Vacuum a table to reclaim storage and update statistics
Analyze a table to update statistics
Begin a new transaction
Commit the current transaction
Rollback the current transaction
OpenCode is an open, model-agnostic command-line coding agent. In NoClick it runs hosted and gains your apps as tools, so it can act on real systems rather than just edit files. Wire an integration into the agent and OpenCode can use that app’s operations directly while it works. It is a flexible choice when you want an open agent with broad model support and real tool access.
NoClick runs OpenCode for you with Jira and PostgreSQL wired in as tools. Connect your account and run.