Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version2/models/timeTrackingProvider.ts>TimeTrackingProvider

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface TimeTrackingProvider
import { type TimeTrackingProvider } from "https://deno.land/x/jira@v3.0.2/src/version2/models/timeTrackingProvider.ts";

Details about the time tracking provider.

Properties

key: string

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

optional
name: string

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

optional
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.