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 #32991 Empty semantics export as JSON empty array instead of empty struct
    Infos
    #32991
    Guilhem Bonnefille (CS) (gbonnefille)
    2023-07-11 14:38
    2023-07-07 13:46
    34629
    Details
    Empty semantics export as JSON empty array instead of empty struct

    Given tracker with no semantics defined,
    When I request the tracker via GET /trackers/{id}
    Then the semantics sub-field is valued as [] (empty array).
    And then my golang JSON deserializer failed as it expect a structure (with optional parameters) but not an empty array.

    API
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2023-07-11
    Attachments
    Empty
    References
    Referenced by request #32991

    Follow-ups