Error formatting macro: appfire-confluence-analytics: java.lang.NullPointerException: Cannot invoke "com.atlassian.confluence.xhtml.api.MacroDefinition.getMacroId()" because "macroDefinition" is null
Skip to end of banner
Go to start of banner

Create user permissions - Cloud

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

A post function inherits user level permissions and runs after a transition is complete. Running a restricted post function will throw errors that are reported via the server log. Workflow designers need to construct post functions, keeping these constraints in mind. For instance, you could add conditional parameters that prevent a transition from running, if the user does not have the permissions to perform all the required actions  in the post function.

Instructions

Types of permissions

  • Create issue: The user requires the create issue permission to create an issue.
  • Add watchers: The user requires the manage watchers permission to follow a page. Only the users who have permission to browse the project should be able to watch a project.
  • Add link: The user needs the link issue permission to add links.
  • Set issue security level: The user needs the set issue security permission to set the security levels for an issue. This permission is applicable to the create issue functions, and the subtasks inherit the security level from the parent.

Tutorials


Use this link to find all tutorials available in the Create on Transition for Jira documentation.

  • No labels