jira.js
    Preparing search index...

    Function selectTimeTrackingImplementation

    • Selects a time tracking provider.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { key: string; name?: string; url?: string }
        • key: string

          The key for the time tracking provider. For example, JIRA.

        • Optionalname?: string

          The name of the time tracking provider. For example, JIRA provided time tracking.

        • Optionalurl?: string

          The URL of the configuration page for the time tracking provider app. For example, /example/config/url. This property is only returned if the adminPageKey property is set in the module descriptor of the time tracking provider app.

      • Optionaloptions: RequestOptions

      Returns Promise<void>