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

    Interface Article

    interface Article {
        content?: Content;
        excerpt?: string;
        source?: Source;
        title?: string;
    }
    Index

    Properties

    content?: Content
    excerpt?: string

    Excerpt of the article which matches the given query string.

    source?: Source
    title?: string

    Title of the article.