added

2023-07-24

  • Added GET /companies/{id} endpoint
added

2023-06-28

  • Added GET /notes, GET /notes/{id} endpoints
  • Added custom description field type.
improved

2022-10-13

  • Extended links for objectives.
added

2022-09-21

  • Added product.created and product.updated webhook event types.
added

2022-10-07

  • Added an option to update the parent of a component
  • Added support for listing Objectives.
added

2022-09-01

  • Added an option to filter features by owner.email while listing them.
added

2022-09-06

  • Added "completed" attribute to feature status detail.
added

2022-08-02

  • Users API and updated Notes API promoted from Beta to GA
added

2022-07-20

  • Added support for Release Groups - listing, creating, updating and deleting.
  • Added support for Releases - listing, creating, updating, deleting and webhook notifications.
  • Added support for Feature Release Assignments - listing, updating and webhook notification.
  • Added support for reading and updating timeframe granularity for features and releases.
  • Replaced wrong snake_case error codes custom_field.notFound, hierarchy_entity.notFound with camelCase ones customField.notFound, hierarchyEntity.notFound
added

2022-05-30

  • Added support for type member in Hierarchy Entity Custom Fields API - listing of custom member fields definitions and listing, creating and deleting of custom member fields values.
  • Added support for owner in Features API.
  • Webhook hierarchy-entity.custom-field-value.updated is triggered also for custom member field values.