Add task number to changeset comment field
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
Nice enhancement. Can it also be done when validating a task? When multiple tasks selected for validation, what would it show?
@wireguy good question! I think the only solution is to include the tag to each task id.
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.
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.