-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Data - Entity Properties
-
1
-
Minor
Issue Summary
The workflow property jira.permission.edit.denied prevents editing issue entity properties of the issue in the status to which the property was added when using the Set issue property or Delete issue property endpoints. However, it's still possible to edit issue entity properties using the bulk endpoints:
- Bulk set issues properties by list
- Bulk set issue properties by issue
- Bulk set issue property
- Bulk delete issue property
Steps to Reproduce
- Create a company-managed project.
- Edit the project workflow by adding the jira.permission.edit.denied as a property key to a chosen workflow step.
- Create an issue in the project and add an issue entity property to it.
- Move the issue to the workflow step with the jira.permission.edit.denied property set.
- Edit the added issue entity property using a bulk issue entity property endpoint.
Expected Results
Workflow properties such as jira.permission.edit.denied should prevent any modifications to the issue, ensuring no changes can be made to the issue entity properties.
Actual Results
Editing the issue entity property using the bulk issue entity property endpoints is possible.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...