Skip to content

[bug]: 500 - Internal Server Error In List Cycle Issues API #7372

@feri-irawan

Description

@feri-irawan

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When I try to send a request to Plane API - List Cycle Issues using:

curl --request GET \
  --url https://api.plane.so/api/v1/workspaces/{{WORKSPACE_SLUG}}/projects/{{PROJECT_ID}}/cycles/{{CYCLE_ID}}/cycle-issues/ \
  --header 'x-api-key: {{API_KEY}}'

The request to get cycle details works fine, but when trying to get the list of cycle issues, I receive a 500 response:

{"error":"Something went wrong, please try again later"}

Steps to reproduce

  1. Go to Plane API - List Cycle Issues
  2. Send request to get the list of cycle issues

Environment

Production

Browser

Google Chrome

Variant

Cloud

Version

v1

Metadata

Metadata

Labels

🐛bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions