advancedConditionsstring | null
Advanced filter conditions, JSON format
assignedTostring | null
Assignee user ID, multiple values separated by commas. Special value 'self' can be used to represent the current user
categorystringобязательный
Search for work item types, such as Req (requirement), Task (task), Bug (defect), etc., multiple values separated by commas
createdAfterstring | null
Created not earlier than, format: YYYY-MM-DD
createdBeforestring | null
Created not later than, format: YYYY-MM-DD
creatorstring | null
Creator user ID, multiple values separated by commas. Special value 'self' can be used to represent the current user
finishTimeAfterstring | null
Finish time not earlier than, format: YYYY-MM-DD
finishTimeBeforestring | null
Finish time not later than, format: YYYY-MM-DD
includeDetailsboolean
Set to true when you need work item descriptions/detailed content. This automatically fetches missing descriptions instead of requiring separate get_work_item calls. RECOMMENDED: Use includeDetails=true when user asks for 'detailed content', 'descriptions', or 'full information' of work items. This is more efficient than calling get_work_item multiple times. Default is false
orderBystring
Sort field, default is gmtCreate. Possible values: gmtCreate, subject, status, priority, assignedTo
organizationIdstringобязательный
Organization ID
pageinteger
Page number, starting from 1. Default is 1. Due to the search engine's deep-paging limit, page * perPage must not exceed 10000, otherwise the API returns 400; narrow the query with filters to reach more results
perPageinteger
Number of items per page, range 0-200. Default is 20. page * perPage must not exceed 10000; use 200 to reduce the number of pages when iterating large result sets
prioritystring | null
Priority ID, multiple values separated by commas
sortstring
Sort order, default is desc. Possible values: desc (descending), asc (ascending)
spaceIdstringобязательный
Project ID or Program ID. Use with spaceType to specify the space type
spaceTypeenum
Space type: Project (project) or Program (project set). Default is Project. Use 'Program' when spaceId refers to a program (project set) ID
sprintstring | null
Sprint ID, multiple values separated by commas
statusstring | null
Status ID, multiple separated by commas. Status names and their IDs: Pending Confirmation (28), Pending Processing (100005), Reopened (30), Deferred Fix (34), Confirmed (32), Selected (625489), In Analysis (154395), Analysis Complete (165115), In Progress (100010), In Design (156603), Design Complete (307012), In Development (142838), Development Complete (100011), In Testing (100012)
statusStagestring | null
Status stage ID, multiple values separated by commas
subjectstring | null
Text contained in the title
subjectDescriptionstring | null
Text contained in title or description
tagstring | null
Tag ID, multiple values separated by commas
updatedAfterstring | null
Updated not earlier than, format: YYYY-MM-DD
updatedBeforestring | null
Updated not later than, format: YYYY-MM-DD
updateStatusAtAfterstring | null
Status update time not earlier than, format: YYYY-MM-DD
updateStatusAtBeforestring | null
Status update time not later than, format: YYYY-MM-DD
workitemTypestring | null
Work item type ID, multiple values separated by commas