-
Notifications
You must be signed in to change notification settings - Fork 662
Open
Labels
component/pluginsThis issue or PR relates to pluginsThis issue or PR relates to pluginspriority/highThis issue is very importantThis issue is very importantseverity/p0This bug blocks key user journey and functionThis bug blocks key user journey and functiontype/bugThis issue is a bugThis issue is a bug
Description
Search before asking
- I had searched in the issues and found no similar issues.
What happened
I was trying to pull data from JIRA Cloud of my company's. My goal is particularly to fill the incidents table/entity for the DORA metrics.
Got this error instead.
time="2025-12-19 14:26:07" level=error msg=" [pipeline service] [pipeline #15] [task #3620] [collectIssuleField] end api collection error\n\tcaused by: error inserting raw rows into _raw_jira_api_issue_fields (500)"
time="2025-12-19 14:26:07" level=info msg=" [pipeline service] [pipeline #15] [task #3620] subtask collectIssuleField finished in 2331 ms"
time="2025-12-19 14:26:07" level=error msg=" [pipeline service] [pipeline #15] [task #3620] subtask collectIssuleField ended unexpectedly\n\tWraps: (2) Error waiting for async Collector execution\n\tWraps: (3) error inserting raw rows into _raw_jira_api_issue_fields (500)\n\tError types: (1) *hintdetail.withDetail (2) *hintdetail.withDetail (3) *errors.errorString"
What do you expect to happen
Table _raw_jira_api_issue_fields, _tool_jira_issues, and incidents to be filled, so later I could observe the DORA dashboard on Grafana of Change Failure Rate and Median Time to Restore Service.
How to reproduce
- Latest version of
v1.0.3-beta8 - Create connection to JIRA Cloud
- Scope config for
IncidentsisTask(which I think is default given by JIRA) - Execute the pipeline to Collect Data
Anything else
- Is there anything that I can do to debug/fix this? Or do I need to use the dbt/customize plugin? I saw that the customize only support issues but not incidents.
- I already changed the log level of
laketodebuginstead ofinfobut there doesn't seem to be any additional helping log. - I'm attaching the JIRA Scope Config (transformation for Incident) and the corresponding JIRA card (which shows the Task work type) if needed.
- The ICM itself is actually a JIRA project (I haven't been converting it Board since it needs the Admin to do that). Is it possible that it might be the cause? Since I see previous issues that mentions for JIRA connection it only able to retrieve from Board and not Project.
- [Question][Jira Connector] Is there a way to allow Apache DevLake to connect on Jira Projects instead of a Jira Boards ?ย #8196 (comment)
- Why are boards instead of jira projects selectable in a jira data scope?ย #6832
Version
v1.0.3-beta8
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
dosubot
Metadata
Metadata
Assignees
Labels
component/pluginsThis issue or PR relates to pluginsThis issue or PR relates to pluginspriority/highThis issue is very importantThis issue is very importantseverity/p0This bug blocks key user journey and functionThis bug blocks key user journey and functiontype/bugThis issue is a bugThis issue is a bug