TeamCity REST API Reference 2024.07 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

UserLocator

User locator.

assignmentProject

string

ProjectLocator

Project (direct parent) locator.

buildType

string

BuildTypeLocator

Build type locator.

count

long

int64

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

problem

string

ProblemLocator

Problem locator.

reporter

string

UserLocator

User locator.

resolution

string

Supported values:

  • manually

  • when_fixed

sinceDate

DateTime

date-time

yyyyMMddTHHmmss+ZZZZ

start

long

int64

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:

  • anyProblem

  • test

  • problem

  • unknown

Last modified: 04 July 2024