HAPI Changelog

Compatibility policy

We will try to maintain HAPI compatibility between releases. Unfortunately, we can't promise never to change HAPIā€”such a promise does not align with the key goal of being compatible with the Jira API. If the Jira API changes substantially, e.g. in Jira 10, HAPI may need to change too.

Breaking changes policy

HAPI is a new API, therefore breaking changes may need to be introduced as we respond to feedback from our customers. We will endeavour to avoid making breaking changes if at all possible, if such changes are introduced they will be communicated via this changelog and in release notes.

In future a more rigid breaking change policy may be introduced, after responding to initial feedback from customers.

Changelog

7.13.0

Assets

We've made the following change to Assets:

  • New syntax to update attribute values. For example if you have attributes that allow for multiple values, you can now add values to attributes using add(). You can update attribute values using remove(), clear(), and replace()

Check out the Updating attributes documentation to find out more about what you can do with attributes.

Filters

You can now do the following with filters:

  • Find a filter you own by name
  • Find a filter by name and owner
  • Find all filters with a given name
  • Find all filters

Check out the Work with Filters page to find out more about filters. 

7.12.0

Projects

You can now do the following with projects:

  • Update a project
  • Update the project type
  • Delete a project

Check out the Work with Projects page to find out more about projects. 

Jira Service Management (JSM) workflow approvals

In JSM you can now do the following with workflow approvals:

  • Add approvers to an issue
  • Approve an issue
  • Reject an issue
  • Check if an issue needs an approval decision
  • Retrieve approvals

Check out the JSM approval documentation to find out more about what you can do with workflow approvals.

Project permission schemes

You can now do the following with project permission schemes:

  • Retrieve a project's permission scheme
  • Add permissions to a permission scheme
  • Remove permissions from a permission scheme
  • Check permissions

Check out the Work with Permission Schemes page to find out more about what you can do with project permission schemes. 

7.11.0

HAPI is released!

On this page