Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Tuleap (8.13.99.10) API 来查询工件。
您能否提供详细信息如何根据日期和状态进行查询。
我在哪里可以找到 (field_id,field_shortname) 的日期和状态。
您需要首先使用 查询跟踪器的结构GET /trackers/{id}。在响应负载中,您将拥有有关字段名称和 ID 的所有详细信息
GET /trackers/{id}