build locator property, property, does not work
I am using Teamcity 2023 and I am trying to query all build numbers with a search string
at /app/rest/builds?locatory=property:(name:number,value:110,matchType:starts-with)
build number 1102 exists but does not get returned from this query.
the property ‘number’ seems to be of type string too.
I can't seem to get ‘property’ locator to work with anything else for that matter.
Is there something that I'm doing wrong?
Cheers!
Please sign in to leave a comment.
The GET request to /app/rest/builds?locator=number:1102 should return the build with number 1102. Please check on your side and confirm.
Best regards,
Anton