How to find all occurrences of a problem by identity and type

Answered

So if there are multiple intermittent occurrences of a problem, that affects all configurations. Is there a way to find all of these occurrances, through API/UI. Something like:

http://some.tc.com/httpAuth/app/rest/problemOccurrences/problem:(identity:XYZ)

if its available from UI thats good too.

 

0
1 comment

Hello Sumanta,

You can use the following request to get the list of build where the problem with specified ID occurred:

http://teamcity/app/rest/problemOccurrences?locator=problem:<problem_id>

Will it work for you?

0

Please sign in to leave a comment.