Permissions Issues
This page will help you troubleshoots errors caused by permission issues.
Overview
Released adheres to Jira permissions for viewing and editing issues. Therefore, your Jira project permission settings determine what you can do and see in Released.
App Access Rules
Atlassian has introduced App Access rules to manage app access to your organization’s data. If a project is hidden from Released using App Access rules, you won't be able to interact with it in Released. Add Released to your allowlist or remove it from your blocklist to use Released with your protected Jira projects.
Required Jira project permissions
To access a portal, users will require Edit issue permission in one of the linked projects.
Edit issues
Accessing and creating content in a portal.
Required Jira admin permissions
To install Released and setup the Changelog description custom field, certain administrator permissions are required.
Administer projects
Setting up the Changelog description custom field.
Jira administrators
Installing the Released App.
Problem generating descriptions
When Released generates a description for you, that description is saved in one of two places:
In the Changelog description field, if the field is available on the issue type.
In the Issue Entity Property, if the description custom field is not available.
Since both locations require edit permissions, you will see the message "Not permitted to save some generated descriptions" if you lack permission to edit the issue.
There are a few reasons why you might not be able to edit the issue:
You don't have the Edit issues permission for that project. If this is the case, speak to the project administrator about obtaining edit access to that project.
Certain workflow properties in Jira can restrict the editing of issues based on their status. For instance, the
jira.issue.editable
property can be set tofalse
when the issue status isDone,
preventing edits once the issue is closed. In such cases, consider adding a additional workflow step for the "Write release notes" phase, allowing the issue to remain editable. The exact implementation depends on your specific requirements, but you might use thejira.permission.edit.assignee
property to ensure only the assignee can edit issues in this status.
Last updated