Unable to query projects using Tuleap REST API - Get artifact details
I am using the Tuleap API (8.13.99.10) to request artifacts.
Could you please provide details of the request based on date and status.
Where can I find (field_id, field_shortname) date and status.
+2
Edison trutwein
source
to share
1 answer
You need to first request the structure of the tracker with GET /trackers/{id}
. In the payload of the response, you will get all the information about the field names and IDs
+1
Manuel VACELET
source
to share