问题
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.
回答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
来源:https://stackoverflow.com/questions/44627204/unable-to-query-projects-using-tuleap-rest-api-to-get-artifacts-details