Skip to content

[bug]: api creating of inbox issue adds an unwanted low priority level  #4970

Closed
@Plorenzo

Description

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When I create a inbox item using the api https://docs.plane.so/api-reference/inbox-issue/add-inbox-issue, despite only adding a name of issue in the request a Low priority label gets added.
This does not happen if you create the issue from the web ui

Steps to reproduce

bug3.mov

(don't worry that key is revoked already)

Use example of api docs in curl

curl --request POST \
  --url https://domain.com/api/v1/workspaces/project/projects/401e7876-989d-48ce-9d79-ef318c23c119/inbox-issues/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: plane_api_some_key' \
  --data '{
  "issue": {
    "name": "Test"
  }
}'

Go to Inbox backlog
See created issue with Low priority
Test same on web ui, no priority added, which is the expected behaviour

Environment

Production

Browser

Safari

Variant

Self-hosted

Version

v0.21.0

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