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

    Interface ConfigurationsListParameters

    List of custom fields identifiers which will be used to filter configurations

    interface ConfigurationsListParameters {
        fieldIdsOrKeys: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    fieldIdsOrKeys: string[]

    List of IDs or keys of the custom fields. It can be a mix of IDs and keys in the same query.