Skip to content

feat(customize): add CSV import functionality for sprints and issue c…#8456

Merged
klesh merged 2 commits into
mainfrom
feat-8446
Jul 18, 2025
Merged

feat(customize): add CSV import functionality for sprints and issue c…#8456
klesh merged 2 commits into
mainfrom
feat-8446

Conversation

@narrowizard
Copy link
Copy Markdown
Collaborator

…hangelogs/worklogs

  • Add new API endpoints for importing sprints, issue changelogs, and issue worklogs from CSV files
  • Implement corresponding handler functions to process the uploaded CSV files
  • Add e2e tests to verify the import functionality for sprints, issue changelogs, and issue worklogs
  • Update the plugin's ApiResources map to include the new endpoints

#8446

Summary

What does this PR do?

Does this close any open issues?

Closes xx

Screenshots

Include any relevant screenshots here.

Other Information

Any other information that is important to this PR.

@dosubot dosubot Bot added size:XL This PR changes 500-999 lines, ignoring generated files. component/plugins This issue or PR relates to plugins pr-type/feature-development This PR is to develop a new feature labels May 30, 2025
@narrowizard narrowizard marked this pull request as draft May 30, 2025 06:33
@narrowizard narrowizard force-pushed the feat-8446 branch 2 times, most recently from d74071c to 1e58400 Compare June 17, 2025 03:53
…hangelogs/worklogs

- Add new API endpoints for importing sprints, issue changelogs, and issue worklogs from CSV files
- Implement corresponding handler functions to process the uploaded CSV files
- Add e2e tests to verify the import functionality for sprints, issue changelogs, and issue worklogs
- Update the plugin's ApiResources map to include the new endpoints

#8446
@narrowizard narrowizard marked this pull request as ready for review July 18, 2025 05:27
@klesh klesh merged commit 84efcdc into main Jul 18, 2025
10 checks passed
@klesh klesh deleted the feat-8446 branch July 18, 2025 05:35
zvika-finally pushed a commit to zvika-finally/incubator-devlake that referenced this pull request Apr 30, 2026
apache#8456)

* feat(customize): add CSV import functionality for sprints and issue changelogs/worklogs

- Add new API endpoints for importing sprints, issue changelogs, and issue worklogs from CSV files
- Implement corresponding handler functions to process the uploaded CSV files
- Add e2e tests to verify the import functionality for sprints, issue changelogs, and issue worklogs
- Update the plugin's ApiResources map to include the new endpoints

apache#8446

* fix(customize): delete board_sprints before import sprints
zvika-finally added a commit to zvika-finally/incubator-devlake that referenced this pull request May 13, 2026
#5)

The @Param description string on line 196 was missing the closing
quote and parenthesis: "Whether to do incremental sync (default false
→ "Whether to do incremental sync (default false)"

This made `swag init` fail with "ParseComment error ... missing required
param comment parameters" and broke the backend Docker build.

Cherry-picked from upstream apache#8456 (84efcdc); the typo was already
present in the original commit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/plugins This issue or PR relates to plugins pr-type/feature-development This PR is to develop a new feature size:XL This PR changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants