-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New document loader for JIRA tickets #2433
Comments
🤖 That's a fantastic idea! Adding a document loader for JIRA tickets would definitely be a valuable addition to LangChain. It would allow users to easily load and process JIRA tickets as documents, and integrate them into their applications. Thank you for offering to collaborate on this feature in an open-source manner. We greatly appreciate your contribution. Please go ahead and start working on the pull request to address this issue. If you have any questions or need any assistance during the process, feel free to ask. Good luck, and we look forward to reviewing your contribution! 😊 This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
This would be great! I'm sure a lot of people would find it helpful if you're up for working on it, |
any news on this? |
any news ? |
A workaround is to use this script to export as CSV and then load the CSV: |
Here's a closed PR implementing the Jira document loader → https://github.com/langchain-ai/langchainjs/pull/2460/files I'm not sure the reason the PR was not merged/continued, but it includes all the relevant pieces I used in a private, enterprise project. |
It'd be great to be able to use a document web loader within LangChain to be able to load all the JIRA tickets for project
X
, turn all the tickets into documents and be able to embed them into a vector store.I am currently working on this project in my company, and we would like to collaborate on it in an open-source manner. Please, let me know if it makes sense for y'all and, if so, I'm gonna start working on this PR to close this issue 😁
cc @jacoblee93
The text was updated successfully, but these errors were encountered: