nulab / backlog-js

Backlog API version 2 client for browser and node.
https://developer.nulab-inc.com/docs/backlog/
33 stars 13 forks source link

Search for tickets that does not set start date #73

Closed siquylee closed 1 year ago

siquylee commented 1 year ago

Hi,

I could not find any documents in API list to query all tickets that have startDate is unset. Could you provide some information?

Thanks

mmktomato commented 1 year ago

Backlog API doesn't have exact feature.

Instead, you can do sort by startDate asc. https://developer.nulab.com/docs/backlog/api/2/get-issue-list/#query-parameters

If you send a request with sort=startDate and order=asc, the API returns issues without startDate in priority.