[bug]: Allow estimate_point
to be expanded through the API
#5930
Labels
🐛bug
Something isn't working
estimate_point
to be expanded through the API
#5930
Is there an existing issue for this?
Current behavior
Currently, we can expand fields on API payloads by providing them through the
expand
query parameter. When I query for issues in a project, all I can expand areassignees
orlabels
, but when trying to expandestimate_points
, an ID is still returned.Steps to reproduce
https://api.plane.so/api/v1/workspaces/{workspace-slug}/projects/{project-id}/issues/?expand=assignees,estimate_point,labels
assignees
andlabels
expanded, but theestimate_point
is still an ID reference.Environment
Production
Browser
None
Variant
Cloud
Version
v0.23.1
The text was updated successfully, but these errors were encountered: