v1 - 2022-02-11
by ReadMe GitHub Action- Component creation added to Features API.
parent field for features in Features API enhanced with support for any possible parent of a feature (another feature, component, or product).parent field added to components in Features API with support for any possible parent of a component (another component, or product).timeframe added to features in Features API - listing, updating and webhook notifications.archived flag added to features in Features API - listing, filtering, updating and webhook notifications.links to plugin integration responsestitle attribute in img tag in Feature description HTMLfeature.created webhook event type - We have started distinguishing feature.updated and feature.created webhook events. Existing webhooks subscribed on feature.updated will be notified only in case of feature update. If you want to be notified when a feature is created, you have to update your subscriptions.Added support for HTML format in Feature description.
This is the first phase of decomissioning the original, Markdown-like format. The whole process is planned as follows:
descriptionFormat=html to opt in for the new format. This change is backward-compatible as the API will fall back to the original Markdown-like format in the absence of said parameter.descriptionFormat=markdown to opt out and still receive the original format. In the absence of the parameter, the API will now default to HTML. This is a breaking change and will require all consumers to either be already migrated to support the new format or make use of the opt out mechanism to buy themselves some more time.descriptionFormat query parameter, making the HTML the only description format available on the API.debugDetail to Plugin integration connection of type error. If a push action fails within Productboard during response processing, this attribute can be examined by using the API to find out the cause of the failure.