qase-tms / qase-javascript

Qase TMS JavaScript SDK
https://developers.qase.io
49 stars 43 forks source link

qase.runs.getAll by title filter #78

Closed sasha-t closed 2 years ago

sasha-t commented 2 years ago

Hi! Can I search runs by title or other fields?

Or I can use status filter only?

pyatyispyatil commented 2 years ago

@sasha-t Unfortunately our public api currently only supports filtering by status, milestone and environment. In the JS api middleware, only the status field is available.

We will soon update the public api and fix this omission.)

sasha-t commented 2 years ago

Thank you for your answer) I solved this problem by filtering response in js.

I will wait for your update 🙌

pyatyispyatil commented 2 years ago

@sasha-t you can track progress on this issue https://github.com/qase-tms/qase-javascript/issues/79