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 #37582 Can't generate cross tracker document from report with multiple table renderers
    Infos
    #37582
    Martin GOYOT (goyotm)
    2024-04-18 15:28
    2024-04-15 16:53
    39235
    Details
    Can't generate cross tracker document from report with multiple table renderers

    As of today, if I click on "Generate cross tracker document" from a tracker report where there are multiple table renderers it leads to an error:

    {"error":{"code":400,"message":"Bad Request: The report has more than one table renderer"}}
    

    Two ideas:

    1. An error message should be presented to the user, or the feature should be disabled in this scenario.
    2. It should be possible to generate such a document even when there are multiple table renderers in the 1st level tracker as the User is clicking from one specific source render.
    DocGen
    Empty
    Empty
    • [x] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    New
    Empty
    Attachments
    Empty
    References
    Referenced by request #37582

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2024-04-18 09:56

    The main issue here is that we do not have information about the renderers in a report in the REST API so we have no good solve for it right now.

    However we could at least display a generic error message with a hint that a report with multiple table renderers might be the issue. That is still better than having something in the documentation that nobody is going to read.