langchainjs icon indicating copy to clipboard operation
langchainjs copied to clipboard

New document loader for JIRA tickets

Open joaopcm opened this issue 1 year ago • 6 comments

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

joaopcm avatar Aug 29 '23 18:08 joaopcm

🤖

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.

dosubot[bot] avatar Aug 29 '23 18:08 dosubot[bot]

This would be great! I'm sure a lot of people would find it helpful if you're up for working on it,

jacoblee93 avatar Aug 30 '23 01:08 jacoblee93

any news on this?

genzerstech avatar Nov 17 '23 14:11 genzerstech

any news ?

victorroferz avatar Jan 02 '24 18:01 victorroferz

A workaround is to use this script to export as CSV and then load the CSV: https://confluence.atlassian.com/jirakb/exporting-jira-s-issues-using-csv-in-batches-1071829731.html

hugodopradofernandes avatar Mar 27 '24 00:03 hugodopradofernandes

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.

@victorroferz @genzerstech @hugodopradofernandes

joaopcm avatar Apr 15 '24 20:04 joaopcm