tasking-manager icon indicating copy to clipboard operation
tasking-manager copied to clipboard

Add task number to changeset comment field

Open willemarcel opened this issue 5 years ago • 4 comments

When loading a task in an editor besides the changeset comment information, add the task number it could be in the format task-<project_id>-<task_id>, like task-1234-7

willemarcel avatar Jul 30 '20 11:07 willemarcel

Nice enhancement. Can it also be done when validating a task? When multiple tasks selected for validation, what would it show?

wireguy avatar Aug 03 '20 21:08 wireguy

@wireguy good question! I think the only solution is to include the tag to each task id.

willemarcel avatar Aug 05 '20 19:08 willemarcel

Another case to think about:
Someone submits changelist for task-1234-7, but then task 7 gets split into 4 (task 100 101 102 103).
The original changelist needs a decoder/map/list of split information, to be able to find the task.

wireguy avatar Aug 05 '20 20:08 wireguy

Currently it is cumbersome to link a changeset to a projecttasknumber. Eg when validating through OSMCha.

This would be a great time saver when implemented.

martien-176 avatar May 31 '22 12:05 martien-176