Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketPullRequestTask

    Represents a task (review to-do item) on a Bitbucket Data Center pull request.

    Tasks are created by reviewers on specific comments and can be either OPEN or RESOLVED.

    interface BitbucketPullRequestTask {
        anchor: PullRequestTaskAnchor;
        author: BitbucketActivityUser;
        createdDate: number;
        id: number;
        permittedOperations: PullRequestTaskPermittedOperations;
        state: PullRequestTaskState;
        text: string;
    }
    Index

    Properties

    The comment the task is anchored to

    createdDate: number
    id: number
    text: string