vscode-perforce icon indicating copy to clipboard operation
vscode-perforce copied to clipboard

Cannot edit the "bug line" when create new change list

Open gilgameshoo opened this issue 5 years ago • 1 comments

When I do "move to a new change list" -> "create new change list" in the version control pannel, I'm only able to modify the discription and it ends up with this error: image The bug line needs to be chaged to something else rather than "n/a", I can do that in terminal by using p4, but it would be nice if it supported in vscode directly.

gilgameshoo avatar Nov 11 '20 21:11 gilgameshoo

Hi, this looks like a customisation in your perforce server - so this specific field is not something we can support as standard.

My thoughts are that we could have a setting that allows you to add additional required fields, and it could then prompt you for those fields when it needs to create a changelist in this way.

Note that there is a command to create a changelist in the editor, which allows you to edit the changelist spec and use whatever fields you like (obviously this doesn't allow you to create while moving though).

Another option might be to a setting that takes you to this editor instead of prompting for a changelist description.

mjcrouch avatar Nov 12 '20 09:11 mjcrouch