BuildMaster SDK Reference
Version:
AppendIssueDescription(string issueId, string textToAppend) Method
Appends the specified text to the specified issue.
Syntax
public
abstract
void AppendIssueDescription(string issueId, string textToAppend)
Parameters
- issueId
- Type: string
Id of the issue.
- textToAppend
- Type: string
Text to append to the issue description.