atlassian-api / atlassian-python-api

Atlassian Python REST API wrapper
https://atlassian-python-api.readthedocs.io
Apache License 2.0
1.29k stars 642 forks source link

Result ordering #1313

Open chinua opened 5 months ago

chinua commented 5 months ago

Hello,

I am looking for a way to do the following: -get the latest successful build result ie the successful build with the most recent completion time -get the oldest build result ie the failed build with the oldest completion time

I have not found a way to accomplish these using the existing parameters. I am thinking a 'sort' parameter addition will make these possible. As it will make it possible to sort the results in ascending or descending order of a given property.