Skip to main content
Glama
devrev

DevRev MCP Server

Official
by devrev

list_works

Retrieve and filter all work items (issues, tickets) in DevRev by type, ownership, state, dates, custom fields, and more using pagination and sorting options.

Instructions

List all work items (issues, tickets) in DevRev

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actual_close_dateNo
actual_start_dateNoThe actual start date range can only be used for issues. Do not use this field for tickets.
applies_to_partNoThe part IDs of the works to list
created_byNoThe user IDs of the creators of the works to list
created_dateNo
cursorNoThe cursor to use for pagination. If not provided, iteration begins from the first page. In the output you get next_cursor, use it and the correct mode to get the next or previous page. You can use these to loop through all the pages.
custom_fieldsNoUse this to filter on the custom fields, which are not present in the input schema.
modified_byNoThe user IDs of the users who modified the works to list
modified_dateNo
owned_byNoThe user IDs of the owners of the works to list
rev_orgsNoThe rev_org IDs of the customer rev_orgs filter on Issues and Tickets to list. Use this filter for issues and tickets that are related to a customer rev_org.
sla_summaryNoService Level Agreement summary filter on issues to list.
sort_byNoThe field (and the order) to sort the works by, in the sequence of the array elements
sprintNoUse this to filter on sprints.
stateNoThe state names of the works to list
subtypeNoUse this to filter on the subtype of the work items.
target_close_dateNo
target_start_dateNoThe target start date range can only be used for issues. Do not use this field for tickets.
typeYesThe type of works to list

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devrev/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server