Does anybody know a way to add attachments/files to AccuWork/Accurev issue using command line?
Thank you
Does anybody know a way to add attachments/files to AccuWork/Accurev issue using command line?
Thank you
Here is a manual to AccuWork CLI.
Basically you use 'accurev xml' command with XML API to create/edit issues. This is what the GUI will do internally. It makes it easier for you by creating a temporary xml files every time it calls this command, so just use some utility that captures all files on delete and use the GUI to do whatever, then read those xml files to figure out how to.