Serena Agile Web Services API → Item Management → ItemManagement Webservice Methods → GetWorkItemList
Description
This method gets a list of work items in a specified backlog.
Arguments
Parameter | Datatype | Description |
---|---|---|
token | string | A security token authorizing access to the web service. |
backlogId | int | The Id of the backlog to which the work items are assigned. |
itemTypes | string[] | A list of XML system names for the work item types to be returned, such as Defect, Epic, Story, and Task. System names for these types are shown in the table below. |
attributeKeys | string[] | A list of the desired attributes to be returned. |
showAll | boolean | Specifies whether to show all xxxxx. |
System names for work items that can be created with the CreateWorkItem method are shown in the following table:
Item type | System name |
---|---|
Defect | Agile_Defect |
Epic | Agile_Epic |
Story | PES-User-Story |
Task | Agile_Task |