IssueService.validateCreate() / create() does not use provided securityLevelId

XMLWordPrintable

    • 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.

            Assignee:
            Unassigned
            Reporter:
            Luis Miranda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: