Last updated Apr 19, 2024

JIRA Software 7.7 EAP release notes

19 December 2017

Atlassian is proud to present JIRA Software 7.7 EAP. This public development release is part of our Early Access Program (EAP) leading up to the official JIRA Software 7.7 release. We are making these EAP and Release Candidate milestones publicly available so that developers can start assessing the impact of the changes that we are making.

For the full list of changes for JIRA 7.7, read the developer change management guide: Preparing for JIRA 7.7. If you are new to JIRA, you should also read our Java API Policy for JIRA and the Atlassian REST API policy.

Changes

REST API to manage priority schemes

JIRA 7.7 brings experimental REST APIs to let you manage priority schemes outside of the user interface. As a JIRA administrator, you’ll be able to perform the following actions on priority schemes:

  • Create priority schemes (POST /rest/api/2/priorityschemes)
  • Retrieve a list of priority schemes (GET /rest/api/2/priorityschemes)
  • Retrieve a priority scheme (GET /rest/api/2/priorityschemes/{schemeId})
  • Delete priority schemes (DELETE /rest/api/2/priorityschemes/{schemeId})
  • Update priority schemes, e.g with new priorities (PUT /rest/api/2/priorityschemes/{schemeId})
  • Associate a project with a priority scheme (PUT /rest/api/2/project/{projectKeyOrId}/priorityscheme)
  • Disassociate a project from a priority scheme (DELETE /rest/api/2/project/{projectKeyOrId}/priorityscheme/{schemeId})
  • Retrieve a priority scheme associated with a project (GET /rest/api/2/project/{projectKeyOrId}/priorityscheme)

Small improvements to make your day

Fixed images in the issue's description

We fixed some problems with pasting images into issue's description to make it work without fuss. Previously, you might have encountered some problems with rendering images when switching from the visual mode to text. It works now, even if you switch the mode back and forth all the time.

We speak your language

We've added two more languages to JIRA - Italian and Finnish. Check out the languages available by default after you upgrade to JIRA Software 7.7.

Rate this page: