TeamCity REST API Reference 2024.03 Help

InvestigationLocator

Represents a locator string for filtering Investigation entities. Examples:

  • assignee:John Smith — find investigations assigned to John Smith.

  • state:taken — find investigations which are currently in work.

Properties

Dimension

Data type

Format

Description

affectedProject

string

ProjectLocator

Project (direct or indirect parent) locator.

assignee

string

assignmentProject

string

ProjectLocator

Project (direct parent) locator.

buildType

string

BuildTypeLocator

Build type locator.

count

integer

int32

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

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.

problem

string

ProblemLocator

Problem locator.

reporter

string

resolution

string

Supported values:

  • manually

  • whenFixed

  • atTime

sinceDate

DateTime

date-time

yyyyMMddTHHmmss+ZZZZ

start

integer

int32

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

state

string

Supported values:

  • taken

  • fixed

  • given_up

  • none

test

string

TestLocator

Test locator.

type

string

Supported values:

  • test

  • problem

  • anyProblem

  • unknown

Last modified: 27 March 2024