Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #44037 Allow REST API users to fetch artifacts via the cross tracker search endpoint
    Infos
    #44037
    Thomas Gerbet (tgerbet)
    2025-07-25 09:38
    2025-07-18 15:43
    45792
    Details
    Allow REST API users to fetch artifacts via the cross tracker search endpoint

    Currently the endpoint GET /crosstracker_query/content (and all the others under /crosstracker_query can only be used if you know the ID of a widget. This prevents a pure REST API usages because the REST API does not let you create widgets and anyway it does not make a lot of senses to create a widget somewhere if you only want to fetch data.

    It should be possible to query the endpoint GET /crosstracker_query/content without providing a widget ID. Queries done without a widget ID should have the same behaviors than queries made from a Cross-Tracker-Search widget on a user dashboard.

    Cross tracker search
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2025-07-25
    Attachments
    Empty
    References
    Referenced by request #44037

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2025-07-21 11:55
    • Summary
      -Allow REST API users to fetch artifacts via teh cross tracker search endpoint 
      +Allow REST API users to fetch artifacts via the cross tracker search endpoint