HAPI Changelog

Find the latest updates and enhancements to HAPI on this page.

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 the future a more rigid breaking change policy may be introduced after responding to initial feedback from customers.

Changelog

8.3.0

Comments

You can now update comments with HAPI. Check out the Work with Comments page to learn more about what you can do with comments.

8.1.0

Getting attachments/links during a transition

We've simplified some examples for accessing links or attachments during a workflow transition. Check out the documentation for Validating Attachments/Links in Transition to see the simplified examples.

Comments

You can now do the following with comments:

  • Retrieve comments
  • Delete a comment

Check out the Work with Comments page to learn more about what you can do with comments.

Assets

We've made it easier to access attribute values in a type-safe way. Check out the documentation for Retrieving attribute values for more information.

8.0.0

Breaking change related to retrieving the customer request type

You can now retrieve more properties of a request type.

We changed the return type for getRequestType() on Issue to return a com.atlassian.servicedesk.api.requesttype.RequestType rather than a com.atlassian.servicedesk.api.request.type.CustomerRequestType.

The previous object did not allow users to retrieve properties of the request type, such as the name.  Check out the documentation for retrieving the customer request type for more information.

We made this breaking change instead of introducing a new method because our analytics showed limited use of this method.

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 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