TeamCity REST API Reference 2024.07 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 affected by the mutes.

count

long

int64

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

creationDate

DateTime

date-time

Mute creation time, yyyyMMddTHHmmss+ZZZZ.

id

long

int64

Internal mute id.

problem

string

ProblemLocator

Problem for which mute is assigned.

project

string

ProjectLocator

Project in which mute is assigned.

reporter

string

UserLocator

User who muted this test/problem.

resolution

string

Unmute condition.

Supported values:

  • manually

  • whenfixed

  • attime

start

long

int64

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

test

string

TestLocator

test for which mute is assigned

type

string

What is muted.

Supported values:

  • test

  • problem

unmuteDate

DateTime

date-time

Automatic unmute time, yyyyMMddTHHmmss+ZZZZ.

Last modified: 04 July 2024