-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
🐛bugSomething isn't workingSomething isn't working
Description
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
- Go to Plane API - List Cycle Issues
- Send request to get the list of cycle issues
Environment
Production
Browser
Google Chrome
Variant
Cloud
Version
v1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐛bugSomething isn't workingSomething isn't working