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.
Please sign in to leave a comment.
Hello Sumanta,
You can use the following request to get the list of build where the problem with specified ID occurred:
Will it work for you?