Posts
featureOS list external resources API
Introduction
This endpoint retrieves all external or third-party resources associated with a specific post in your featureOS organization, such as Linear tasks, Jira issues, GitHub issues, and more.
GET https://api.featureos.app/api/v3/feature_requests/:id/external_resources
Headers
Parameter | Default | Description |
---|---|---|
API-KEY | - | Generate from organization settings on the admin dashboard. |
Query Parameters
Parameter | Format | Description |
---|---|---|
resource_type | String | Resource type must be one of: jira, click_up, github, or asana |
Sample linked Jira issues response
[
{
"issue_id": "ENG-32",
"title": "API endpoint for managing customers",
"url": "https://avro.atlassian.net/browse/ENG-32"
},
{
"issue_id": "ENG-39",
"title": "Lock posts on featureOS dashboard",
"url": "https://avro.atlassian.net/browse/ENG-39"
}
]