Interface representing the parameters for configuring the JiraDocumentConverter.

interface JiraDocumentConverterParams {
    host: string;
    projectKey: string;
}

Properties

Properties

host: string
projectKey: string