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
Name | Required | Description | Default |
---|---|---|---|
actual_close_date | No | ||
actual_start_date | No | The actual start date range can only be used for issues. Do not use this field for tickets. | |
applies_to_part | No | The part IDs of the works to list | |
created_by | No | The user IDs of the creators of the works to list | |
created_date | No | ||
cursor | No | The 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_fields | No | Use this to filter on the custom fields, which are not present in the input schema. | |
modified_by | No | The user IDs of the users who modified the works to list | |
modified_date | No | ||
owned_by | No | The user IDs of the owners of the works to list | |
rev_orgs | No | The 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_summary | No | Service Level Agreement summary filter on issues to list. | |
sort_by | No | The field (and the order) to sort the works by, in the sequence of the array elements | |
sprint | No | Use this to filter on sprints. | |
state | No | The state names of the works to list | |
subtype | No | Use this to filter on the subtype of the work items. | |
target_close_date | No | ||
target_start_date | No | The target start date range can only be used for issues. Do not use this field for tickets. | |
type | Yes | The type of works to list |