|
|
|
I understand, but why is this URL invalid?
I should be able to use this API with parameter 'build' or parameters 'from_build' and 'to_build': /rest/changes/{configuration: .*} And it works for most of the cases, but as I mentioned, I'm not getting only some of the changes via this API. My main goal is getting changes in range of builds by specifying 'from_build' and 'to_build', but I cannot see other way to do this. Also, I've heard that SCM Changes tab was disabled on our QB for some time, but I'm not sure if this is related. URL below is not valid:
/rest/changes/123?build=456 and, yes, below URL is the correct one for fetching changes from a specific build: /rest/changes/commits/build/{buildId} By default, /rest/changes/123 only returns the last 50 commits. You need paging search or specify the size of the result. See more details by visiting below URL: http://your.quickbuild.host:8810/rest/changes/help |
I'm not very clear what kind of way you are looking for, besides "from_build" and "to_build", you can use "from_date" and "to_date" as filter.
For disabled tab, I also have no idea on this as we don't receive such report so far. Please let me know more details on this.