Jira.js - Jira Cloud API library
    Preparing search index...

    Interface SelectTimeTrackingImplementation

    Details about the time tracking provider.

    interface SelectTimeTrackingImplementation {
        key: string;
        name?: string;
        url?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

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

    name?: string

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

    url?: 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.