-
Bug
-
Resolution: Cannot Reproduce
-
Medium
-
4.2.4
-
None
-
4.02
-
I have the following code:
IssueInputParameters parameters = new IssueInputParametersImpl(); parameters.setSecurityLevelId(10000L); // create using the IssueService issueService.validateCreate(user, parameters);
But the validation is failing with the following message:
Security Level: Security Level is required.
There is a bug in IssueInputParametersImpl which means the security level is ignored.
- causes
-
JRASERVER-19887 Cannot create issue through XML RPC remote API if issue-level security is on
- Closed
-
JRASERVER-10627 Jira RPC needs a method to change the security level
- Closed