[Bug][Jira] start_date Field Empty in sprint Table After Upgrading DevLake from 0.21 to 1.0 with Jira Plugin #8221
Labels
component/plugins
This issue or PR relates to plugins
severity/p1
This bug affects functionality or significantly affect ux
type/bug
This issue is a bug
Search before asking
What happened
After upgrading DevLake from version 0.21 to 1.0 and using the Jira plugin to collect data, we observed that the start_date field in the sprint table is empty.
What do you expect to happen
The start_date field in the sprint table should be populated with the correct values retrieved from the Jira API.
How to reproduce
Anything else
Retrieve logic works in 0.21:
incubator-devlake/backend/plugins/jira/tasks/apiv2models/sprint.go
Lines 49 to 51 in 1888cef
But it not works in 1.0:
incubator-devlake/backend/plugins/jira/tasks/apiv2models/sprint.go
Lines 50 to 57 in 8573fbf
Seems that some version of jira server returns StartDate instead of ActivatedDate.
Snapshot of raw data:
Version
release-v1.0
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: