TeamCity REST API Reference
 
You are viewing the documentation for an earlier version of TeamCity REST API Reference.

ProblemLocator

Last modified: 22 May 2023

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.