History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3067
Type: Improvement Improvement
Status: Closed Closed
Resolution: Won't Fix
Priority: Minor Minor
Assignee: Robin Shen
Reporter: Robin Shen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Return latest builds based on user_id

Created: 24/Oct/17 09:30 PM   Updated: 18/Jan/18 07:19 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Currently using HTTP GET
```
http://localhost:8810/rest/latest_builds?parent_configuration_id=<parent configuration id>
```
We'd like to get results from a specific user (scheduled master branch builds only)
As far as I can tell, latest_builds does not accept
```
http://localhost:8810/rest/latest_builds?parent_configuration_id=&lt;parent configuration id>&user_id=<user id>
```
Somewhat cumbersome alternative is to first get all child configurations and then
```
http://localhost:8810/rest/builds?configuration_id=&lt;configuration id>&user_id=<user id>&count=<count>
```
If we for example use user_id=<user id>&count=1, are we always guaranteed the latest build by that user?
Anyway we can have the latest_builds work with user_id?
Any suggestions welcome. Thanks in advance.

 All   Comments   Work Log   Change History      Sort Order:
No work has yet been logged on this issue.