Added Pipeline to fetch and normalize Jira tickets and also enhanced JQL generation prompt.#53
Open
Devanshu1609 wants to merge 5 commits intoopenMF:mainfrom
Open
Added Pipeline to fetch and normalize Jira tickets and also enhanced JQL generation prompt.#53Devanshu1609 wants to merge 5 commits intoopenMF:mainfrom
Devanshu1609 wants to merge 5 commits intoopenMF:mainfrom
Conversation
… to check jql generated by llm and implemented pipeline to normalize the data fetched from jara ticket before sending it to summarization.
Member
|
can you do some testing to show how this bot performs wrt to the previous version, |
Author
Member
|
hi @Devanshu1609 thanks for the PR but I think I need to change these agents myself, I really liked the work that you've done but we are on migration of these agents so I am not merging this one but will instead add you as a co-author there, in the meantime if you want something to work, please take a look at #48 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Jira Pipeline Integration and JQL Generation Prompt Enhancements
Summary
This pull request introduces several improvements to the Jira AI Assistant backend and its data processing pipeline. I have enhanced the JQL generation prompt, implemented a validate-and-fix JQL function, and integrated a robust Jira-Pipeline for fetching, cleaning, and normalizing Jira ticket data.
Key Changes
Improved JQL Generation Prompt: Expanded rules and examples to ensure more accurate natural language to JQL conversion.
Validate & Fix JQL Function: Automatically detects and corrects common JQL issues such as missing quotes, linked issue syntax, summary searches, IN clauses, and ORDER BY normalization.
Jira-Pipeline Integration: Fetches Jira tickets, cleans text fields, normalizes dates and priorities, and outputs structured data for summarization.
Assumptions and Simplifications
Please review the changes and let me know if you have any questions or feedback. Thanks!