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

x/jira/src/version3/parameters/getIssueWorklog.ts>GetIssueWorklog

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

Properties

issueIdOrKey: string

The ID or key of the issue.

optional
startAt: number

The index of the first item to return in a page of results (page offset).

optional
maxResults: number

The maximum number of items to return per page.

optional
startedAfter: number

The worklog start date and time, as a UNIX timestamp in milliseconds, after which worklogs are returned.

optional
startedBefore: number

The worklog start date and time, as a UNIX timestamp in milliseconds, before which worklogs are returned.

optional
expand: string

Use expand to include additional information about worklogs in the response. This parameter acceptsproperties, which returns worklog properties.