Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

What is the purpose of the “CREATE” parameter in the jira.permission.* workflow property?

Marcelo Viana de Siqueira
Contributor
October 28, 2025

I read the Atlassian documentation about workflow properties:
https://support.atlassian.com/jira-cloud-administration/docs/use-workflow-properties/

There is a parameter called CREATE for the jira.permission.* property, but the documentation does not clearly explain what it does.

In my test environment, I have a project XPTO with issue types Bug and Task, each using its own workflow. Both user groups ABC and XYZ have full permissions (create, edit, etc.) in the project.

In the TO DO status of the Task workflow, I added the property expecting that only users from group ABC could create Tasks.

Key  Value
 jira.permission.create.groupABC



However, users from group XYZ can still create Tasks normally.

Can anyone explain what the CREATE parameter is actually used for in the jira.permission.* property and whether it should affect issue creation?

2 answers

0 votes
Ignacio Vera
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 28, 2025

@Marcelo Viana de Siqueira 
The jira.permission.create property doesn’t control who can create new issues, it only applies to actions performed on existing issues once they’re already in that status (for example, creating sub-tasks)

If your goal is to restrict who can create new issues, you can add a condition or validator on the Create transition instead and require that the creator must belong to group ABC.

0 votes
Brant Schroeder
Community Champion
October 28, 2025

@Marcelo Viana de Siqueira The jira.permission relates to permission so take a look at the permission scheme.  The create has to do with the create permission on a project to create issues as you have explained but is limited to the specific work item it is associated with. It will allow the group associated with the permission on the workflow to create issues when that issue is in that status.  It should allow the users of that group to create sub-tasks for that issue for example while it is in the status.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
10.3.12
TAGS
AUG Leaders

Atlassian Community Events