Actions
Feature #36823
closedAllow to import time entries for issues in different projects
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
As it is now, the time entry import only allows to import time entries for a single, pre-selected project. Because time entries can only be imported for already existing issues (which in turn already belong to a project), by definition that pre-selected project is only relevant for time entries that are not attached to any issue.
The attached patch that was extracted from Planio allows to import time entries for issues across different projects. This is achieved simply by ignoring the user-selected project for those rows where an issue id is present, letting the existing logic in TimeLogEntry#safe_attributes=
determine the project id.
This is somewhat related to #25808.
Files
Updated by Marius BĂLTEANU almost 3 years ago
- Target version set to Candidate for next major release
Updated by Marius BĂLTEANU over 2 years ago
- Target version changed from Candidate for next major release to 5.1.0
Updated by Marius BĂLTEANU over 2 years ago
- Status changed from New to Resolved
- Assignee set to Marius BĂLTEANU
Feature added, thanks!
Updated by Marius BĂLTEANU over 2 years ago
- Status changed from Resolved to Closed
Updated by Go MAEDA about 1 year ago
- Tracker changed from Patch to Feature
- Resolution set to Fixed
Actions