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

    Interface SetWorklogProperty

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

    Properties

    issueIdOrKey: string

    The ID or key of the issue.

    propertyKey: string

    The key of the issue property. The maximum length is 255 characters.

    worklogId: string

    The ID of the worklog.