BuildMaster SDK Reference
Version:
AddComment(IssueTrackerConnectionContext context, string issueId, string commentText) Method
Adds the specified text as a comment to the specified issue.
Syntax
public
abstract
void AddComment(IssueTrackerConnectionContext context, string issueId, string commentText)
Parameters
- context
- Type: IssueTrackerConnectionContext
The current issue tracker context.
- issueId
- Type: string
The ID of the issue to add the comment to.
- commentText
- Type: string
The text of the comment.
Exceptions
System.ArgumentNullException
|
context is null (Nothing in Visual Basic) or issueId is null (Nothing in Visual Basic) or empty.
|