v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/community
document_loaders/web/jira
JiraDocumentConverter
Class JiraDocumentConverter
Class responsible for converting Jira issues to Document objects
Index
Constructors
constructor
Properties
host
project
Key
Methods
convert
To
Documents
Constructors
constructor
new
Jira
Document
Converter
(
__namedParameters
)
:
JiraDocumentConverter
Parameters
__namedParameters
:
JiraDocumentConverterParams
Returns
JiraDocumentConverter
Properties
Readonly
host
host
:
string
Readonly
project
Key
project
Key
:
string
Methods
convert
To
Documents
convert
To
Documents
(
issues
)
:
Document
<
Record
<
string
,
any
>
>
[]
Parameters
issues
:
JiraIssue
[]
Returns
Document
<
Record
<
string
,
any
>
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
host
project
Key
Methods
convert
To
Documents
LangChain.js
Loading...
Class responsible for converting Jira issues to Document objects