Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-24993

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

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: