TeamCity REST API Reference 2024.03 Help

ProblemLocator

Represents a locator string for filtering Problem entities. Examples:

  • currentlyInvestigated:true — find last 100 build problems which are being currently investigated.

  • build:<buildLocator> — find build problems under build found by buildLocator.

Properties

Dimension

Data type

Format

Description

affectedProject

string

ProjectLocator

Project (direct or indirect parent) locator.

build

string

BuildLocator

Build locator.

count

integer

int32

For paginated calls, how many entities to return per page.

currentlyFailing

boolean

Is currently failing.

currentlyInvestigated

boolean

Is currently investigated.

currentlyMuted

boolean

Is currently muted.

id

string

Entity ID.

identity

string

item

string

item:(<locator1>),item:(<locator2>...)

Supply multiple locators and return a union of the results.

lookupLimit

integer

int32

Limit processing to the latest <lookupLimit> entities.

start

integer

int32

For paginated calls, from which entity to start rendering the page.

type

string

Last modified: 27 March 2024