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

    Interface DeleteWorklogProperty

    interface DeleteWorklogProperty {
        issueIdOrKey: string;
        propertyKey: string;
        worklogId: string;
    }
    Index

    Properties

    issueIdOrKey: string

    The ID or key of the issue.

    propertyKey: string

    The key of the property.

    worklogId: string

    The ID of the worklog.