jira.js
    Preparing search index...

    Function getValidProjectKey

    • Validates a project key and, if the key is invalid or in use, generates a valid random string for the project key.

      Permissions required: None.

      Parameters

      • client: Client
      • Optionalparameters: { key?: string }
        • Optionalkey?: string

          The project key.

      • Optionaloptions: RequestOptions

      Returns Promise<string>