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

    Interface PostFeedback

    interface PostFeedback {
        comment?: AdditionalComment;
        rating?: number;
        requestIdOrKey: string;
        type?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    rating?: number

    A numeric representation of the rating, this must be an integer value between 1 and 5.

    requestIdOrKey: string

    The id or the key of the request to post the feedback on

    type?: string

    Indicates the type of feedback, supported values: csat.