2

I am using Tuleap (8.13.99.10) API to query artifacts.

Could you provide details how to query for based on date and status.

Where can I find (field_id,field_shortname) for date and status.

enter image description here

Edison Trutwein
  • 765
  • 5
  • 22

1 Answers1

1

You will need to query first the structure of the tracker with GET /trackers/{id}. In the response payload you will have all the details about the field names and ids

Manuel VACELET
  • 555
  • 4
  • 16