Hi Bob,
to get the template file form the Integrity database you can use the command
integrity getdbfile --forceConfirm=yes --batch --hostname="<hostname>" --port="<port>"
--user="<user>" --password="password"
--output=<diretory+filename>
data/im/issue/templates/<template name>.xml
After editing the xml file you can write it back to Integrity using the command:
integrity putdbfile --forceConfirm=yes --batch --hostname="<hostname>" --port="<port>"
--user="<user>" --password="password"
--input=<diretory+filename>.xml
data/im/issue/templates/<temple name>.xml
You'll find the "integrity" command (integrity.exe) within the "bin" directory of the Integrity Client installation.
Regards,
Peter