makeplane / plane

🔥 🔥 🔥 Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
http://plane.so
GNU Affero General Public License v3.0
30.42k stars 1.7k forks source link

[bug]: Inbox Issues API does not return name or description #4367

Open aaronpearce opened 6 months ago

aaronpearce commented 6 months ago

Is there an existing issue for this?

Current behavior

When calling any Inbox Issue API (https://docs.plane.so/api-reference/inbox-issue/overview), I would expect to get more details about the issue. The overview documentation JSON shows the name/description are returned but the actual API itself does not return this information.

Steps to reproduce

Read documentation (https://docs.plane.so/api-reference/inbox-issue/overview). Try to call Inbox Issues APIs and get name or description of an inbox issue.

Environment

Production

Browser

Other

Variant

Cloud

Version

v0.19.0

pablohashescobar commented 4 months ago

Hi @aaronpearce, thanks for pointing out, the issue details should be in an another key called issue_detail. We will update the docs accordingly.