Skip to content
Documentation

    Permissions Issues

    Hub adheres to Jira permissions for viewing and editing issues. Therefore, your Jira Space permission settings determine what you can do and see in Hub.

    To access a portal, users will require Edit issue permission in one of the linked Spaces.

    PermissionRequired for
    Edit issuesAccessing and creating content in a portal.

    To install Hub and setup the Changelog description custom field, certain administrator permissions are required.

    PermissionRequired for
    Administer SpacesSetting up the Changelog description custom field.
    Jira administratorsInstalling the Hub App.

    When Hub generates a description for you, that description is saved in one of two places:

    1. In the Changelog description field, if the field is available on the issue type.
    2. 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:

    1. You don’t have the Edit issues permission for that Space. If this is the case, speak to the Space administrator about obtaining edit access to that Space.
    2. 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 to false when the issue status is Done,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 the jira.permission.edit.assignee property to ensure only the assignee can edit issues in this status.