feature-requests
Search or list feature requests
Returns feature requests matching the given criteria. Supports semantic search, status filtering, and pagination.
Rate limit: 120 requests per minute
post/feature-requests/search
Request body
Response
Example response
{
"data": [
{
"custom_fields": {
"priority": {
"value": "high"
}
}
}
]
}Changes
Changed in 2 of the 22 revisions of this API.2
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
- ○
added the optional property
data/items/external_issuesto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○