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

    Interface GetAutoCompletePost

    Details of how to filter and list search auto complete information.

    interface GetAutoCompletePost {
        includeCollapsedFields?: boolean;
        projectIds?: number[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    includeCollapsedFields?: boolean

    Include collapsed fields for fields that have non-unique names.

    projectIds?: number[]

    List of project IDs used to filter the visible field details returned.