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

    Interface Status

    The status of the item.

    interface Status {
        icon?: Version3Models.Icon;
        resolved?: boolean;
    }
    Index

    Properties

    Properties

    resolved?: boolean

    Whether the item is resolved. If set to "true", the link to the issue is displayed in a strikethrough font, otherwise the link displays in normal font.