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" }]