jira.js
    Preparing search index...

    Function removeProjectAssociation

    • For the specified issue type scheme, removes the given project association

      Parameters

      • client: Client
      • parameters: { projIdOrKey: string; schemeId: string }
        • projIdOrKey: string

          The id or key of the project that is to be un-associated with the issue type scheme

        • schemeId: string

          The id of the issue type scheme whose project association we're removing

      • Optionaloptions: RequestOptions

      Returns Promise<void>