TeamCity REST API Reference 2024.03 Help

MuteLocator

Represents a locator string for filtering Mute entities. Examples:

  • project:<projectLocator> — find muted problem under project found by projectLocator.

  • type:test — find last 100 muted tests.

Properties

Dimension

Data type

Format

Description

affectedProject

string

ProjectLocator

Project (direct or indirect parent) locator.

creationDate

DateTime

date-time

yyyyMMddTHHmmss+ZZZZ

id

integer

int32

item

string

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

Supply multiple locators and return a union of the results.

problem

string

ProblemLocator

Problem locator.

project

string

ProjectLocator

Project (direct parent) locator.

reporter

string

User who muted this test.

resolution

string

Supported values:

  • manually

  • whenFixed

  • atTime

test

string

TestLocator

Test locator.

type

string

Supported values:

  • test

  • problem

  • anyProblem

  • unknown

unmuteDate

DateTime

date-time

yyyyMMddTHHmmss+ZZZZ

Last modified: 27 March 2024