ProblemLocator
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 bybuildLocator
.
Properties
Dimension | Data type | Format | Description |
---|---|---|---|
|
| Project (direct or indirect parent) locator. | |
|
| Build locator. | |
|
|
| For paginated calls, how many entities to return per page. |
|
| Is currently failing. | |
|
| Is currently investigated. | |
|
| Is currently muted. | |
|
| Entity ID. | |
|
| ||
|
|
| Supply multiple locators and return a union of the results. |
|
|
| Limit processing to the latest |
|
|
| For paginated calls, from which entity to start rendering the page. |
|
|