Skip to content

feat: add Jira ticket data pipeline (closes #48)#69

Open
iramsk02 wants to merge 6 commits intoopenMF:mainfrom
iramsk02:feature/jira-data-pipeline
Open

feat: add Jira ticket data pipeline (closes #48)#69
iramsk02 wants to merge 6 commits intoopenMF:mainfrom
iramsk02:feature/jira-data-pipeline

Conversation

@iramsk02
Copy link
Contributor

@iramsk02 iramsk02 commented Jan 11, 2026

Related Jira Ticket

https://mifosforge.jira.com/browse/AI-176

Description

This PR implements a custom pipeline to fetch Jira ticket data, clean it, and normalize it for downstream processing.

Changes

  • Integrate Jira API data fetch - jira_pipeline.py
  • Add data cleaning steps
  • Normalize fields for downstream tasks
Screenshot 2026-01-11 103133 Screenshot 2026-01-11 103147

@staru09
Copy link
Member

staru09 commented Jan 17, 2026

The direction looks promising but can you create a separate project for this work.
I plan to do a major refactor in the chatbot and maybe we can keep a separate directory for Jira related experimentations.

@iramsk02
Copy link
Contributor Author

Should I create a dedicated Jira experiments directory in the root as below

  • experiments
    • jira
      • jira_pipeline.py

@staru09
Copy link
Member

staru09 commented Jan 20, 2026

Yes that would be fine

@iramsk02
Copy link
Contributor Author

iramsk02 commented Feb 2, 2026

Hi @staru09, sorry about the cluttered commits; that was a mistake while merging.
Please ignore them. The final changes are under experiments/jira.

Let me know if anything needs adjusting. Thanks!

@staru09
Copy link
Member

staru09 commented Feb 2, 2026

ohhk lgtm
@DavidH-1 please merge this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a custom pipeline to fetch data from Jira Tickets, clean and normalise them for downstream tasks.

2 participants