v1 - 2021-10-19

by ReadMe GitHub Action
  • Feature creation added to Features API.
  • Products and components added to Features API, only raw listing of the entities to unblock creation of features for now. Rich hierarchy API with links among entities, filtering and expansions while listing, etc. will be added in the future. We will appreciate feedback with description of your use cases.

v1 - 2021-09-21

by ReadMe GitHub Action
  • timeframe added to features in Features API - listing, updating and webhook notifications.
  • Jira integrations and connections API added

v1 - 2021-07-26

by ReadMe GitHub Action
  • archived flag added to features in Features API - listing, filtering, updating and webhook notifications.

v1 - 2021-05-19

by ReadMe GitHub Action
  • Removed beta flag from all parts of Features API, first public release.

v1 - 2021-05-03

by ReadMe GitHub Action
  • Added links to plugin integration responses
  • Support for title attribute in img tag in Feature description HTML

v1 - 2021-04-29

by ReadMe GitHub Action
  • Introduced feature.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.

v1 - 2021-04-28

by ReadMe GitHub Action
  • 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:

  1. 2021-04-28: HTML format support has been added to the API. Where applicable, it is now possible to use a query parameter 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.
  2. 2021-05-10: The default format will be switched to the new, HTML-based one. Where applicable, it will be possible to use a query 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.
  3. 2021-05-17: The original, Markdown-like format will be removed from the API for good together with the descriptionFormat query parameter, making the HTML the only description format available on the API.

v1 - 2021-04-27

by ReadMe GitHub Action
  • Added 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.

v1 - 2021-03-30

by ReadMe GitHub Action
  • Feature status can be set by name
  • Added triggeredByUser to plugin integration action notification

v1 - 2021-03-22

by ReadMe GitHub Action
  • Subfeature parent added to Features API