Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: Allow estimate_point to be expanded through the API #5930

Open
1 task done
juanmapf opened this issue Oct 29, 2024 · 0 comments
Open
1 task done

[bug]: Allow estimate_point to be expanded through the API #5930

juanmapf opened this issue Oct 29, 2024 · 0 comments
Assignees
Labels
🐛bug Something isn't working

Comments

@juanmapf
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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 are assignees or labels, but when trying to expand estimate_points, an ID is still returned.

Steps to reproduce

  1. Request issues through the API with: https://api.plane.so/api/v1/workspaces/{workspace-slug}/projects/{project-id}/issues/?expand=assignees,estimate_point,labels
  2. The response shows the assignees and labels expanded, but the estimate_point is still an ID reference.

Environment

Production

Browser

None

Variant

Cloud

Version

v0.23.1

@juanmapf juanmapf added the 🐛bug Something isn't working label Oct 29, 2024
@pushya22 pushya22 assigned NarayanBavisetti and unassigned vihar and pushya22 Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants
@vihar @juanmapf @NarayanBavisetti @pushya22 and others