langchain.js
    Preparing search index...

    Interface representing the parameters for configuring the JiraProjectLoader.

    interface JiraProjectLoaderParams {
        accessToken?: string;
        createdAfter?: Date;
        host: string;
        limitPerRequest?: number;
        personalAccessToken?: string;
        projectKey: string;
        username?: string;
    }
    Index

    Properties

    accessToken?: string
    createdAfter?: Date
    host: string
    limitPerRequest?: number
    personalAccessToken?: string
    projectKey: string
    username?: string