The method creates and adds a note to an Issue
If the text is invalid or too long to be stored persistently, a
ValidationException will be thrown by the method.
Methods inherited from interface com.novomind.ecom.api.iagent.model.IssueNotes
The method creates and adds a note to an Issue
If the text is invalid or too long to be stored persistently, a
ValidationException will be thrown by the method.
Parameters:
text - the text of the note as string
user - the author of the note
Returns:
the IssueNote that has been successfully added to the issue.