How to Edit Issue using Java API
I'm new to this PTC Integrity tool and in a learning phase. I'm trying to Edit Issue using - Java API but unable to Edit.
While executing the "editissue" command i'm getting errors.
Code example:
Command cmd = new Command(Command.IM, "editissue");
cmd.addOption(new Option("issue id", "616849"));
cmd.addOption(new Option("field", "Document Title=XXXXXXX"));
Errors:
1. This command requires operands: issue id (or)
2. Invalid option: "issue id"
How to supply the Operand "issue id" to the above IM command "editissue".
Would appreciate any suggestions.
Thanks
Bhaskar

