I already figured out how to branch and submit my changes however since I use a project management platform like Jira I also need to write a description on each check ins. This is my code for branching :
result = p4.run("populate", Path+"/...@"+ Changelist, destination)
Where do I write the description? Right now the description is the command itself.
so:
You can also use the
integrate
andsubmit
commands (note that this requires thatdst_path
is part of your client view since the files will be opened on your client prior to submit):