latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

feature-requests

Create a feature request

Creates a new feature request. When should_auto_fetch_evidence is true, supporting evidence is automatically gathered and used to generate the description.

Rate limit: 20 requests per minute

post/feature-requests

Request body

descriptionstring

The description of the feature request. Ignored when should_auto_fetch_evidence is true, since the description is then generated from gathered evidence.

should_auto_fetch_evidenceboolean

When true, asynchronously gathers supporting evidence and generates a description, mirroring the in-app experience. Defaults to false, which creates the feature request as-is.

titlestring required

The title of the feature request.

Response

request_idstring

Example response

{
  "data": {
    "custom_fields": {
      "priority": {
        "value": "high"
      }
    }
  }
}