Skip to content

Incorrect return type on WebApi.getClassificationNode method #672

@natti-tamnoon

Description

@natti-tamnoon

for WebApi.getClassificationNode I am seeing the following return type reported:

(method) IWorkItemTrackingApi.getClassificationNode(project: string, structureGroup: TreeStructureGroup, path?: string, depth?: number): Promise<WorkItemClassificationNode>

In practice however, the WorkItemClassificationNode objects are returned wrapped in an array under a value field.

{ value: WorkItemClassificationNode[] }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions