View Issue Details

IDProjectCategoryView StatusLast Update
0034578mantisbtapi restpublic2024-11-01 04:19
Reporterctabin Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status confirmedResolutionopen 
Product Version2.26.2 
Summary0034578: API - allow access to obsolete/inherited versions
Description

Hello,

Currently, once a version has been marked as Obsolete, it is not possible to access it through the REST-JSON API, since only the active versions are returned.
It would be useful to add some parameters (for instance obsolete=true and inherited=true) in the request URL so the client can explicitly choose to received them in the response.

Additional Information

A first basic proposal was made in this PR without parameters.

TagsNo tags attached.

Activities

dregad

dregad

2024-08-14 02:05

developer   ~0069094

As mentioned in the PR review, the proposed basic fix is not acceptable as it would break backwards compatibility. A revised version of the code including a parameter is required. Feel free to ask if you need guidance.

dregad

dregad

2024-11-01 04:19

developer   ~0069419

Unassigning, as PR author does not have time to finalize it
https://github.com/mantisbt/mantisbt/pull/2019#issuecomment-2451025409