jira.js
    Preparing search index...

    Function assignIssueTypeScreenSchemeToProject

    • Assigns an issue type screen scheme to a project.

      Issue type screen schemes can only be assigned to classic projects.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { issueTypeScreenSchemeId?: string; projectId?: string }
        • OptionalissueTypeScreenSchemeId?: string

          The ID of the issue type screen scheme.

        • OptionalprojectId?: string

          The ID of the project.

      • Optionaloptions: RequestOptions

      Returns Promise<void>