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

    Interface GetWorklogPropertyKeys

    interface GetWorklogPropertyKeys {
        issueIdOrKey: string;
        worklogId: string;
    }
    Index

    Properties

    issueIdOrKey: string

    The ID or key of the issue.

    worklogId: string

    The ID of the worklog.