-
Bug
-
Resolution: Won't Fix
-
Low
-
2
-
Severity 2 - Major
-
Summary
If the jira.permission.create.clone is set on a status of a workflow with any value, a 500 error is thrown when viewing an issue on that status. Users can't add comments, attachments and create sub-tasks.
Steps to Reproduce
- Create a project.
- Add the jira.permission.create.clone with the value "disable" to a status.
- Publish the workflow.
- Go to a issue using the New Issue View to try to add a comment.
Expected Results
Users are able to add comments, attachments and cloning issues is disabled on that status as a result of the property.
Actual Results
The following 500 error is thrown in the console:
Unknown type 'clone' in meta attribute 'jira.permission.create.clone'. Valid permission types are defined in permission-types.xml
Users aren't able to add comments or attachments and create sub-tasks because the options are not available, as shown in the screenshot below:
Workaround
Remove the property from the workflow.