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

    Interface BulkMoveWorklogs

    interface BulkMoveWorklogs {
        adjustEstimate?: string;
        issueIdOrKey: string;
        overrideEditableFlag?: boolean;
        worklogs: Version3Models.WorklogsMoveRequest;
    }
    Index

    Properties

    adjustEstimate?: string

    Defines how to update the issues' time estimate, the options are:

    • leave Leaves the estimate unchanged.
    • auto Reduces the estimate by the aggregate value of timeSpent across all worklogs being moved in the source issue, and increases it in the destination issue.
    issueIdOrKey: string
    overrideEditableFlag?: boolean

    Whether the work log entry should be moved to and from the issues even if the issues are not editable, because jira.issue.editable set to false or missing. For example, the issue is closed. Connect and Forge app users with admin permission can use this flag.