mergeCommentsIntoCommentsArea

    Signature

    HelpercommentHelper
    Signature
    mergeCommentsIntoCommentsArea(IHubIssue defect, IHubIssue replica)
    Description

    Merges all the comments contained in the replica variable with the already existing content on the HP QC comment area and return the content as a String.

    Introduced in1.0

    Example use

    defect.commentsArea = commentHelper.mergeCommentsIntoCommentsArea(defect, replica)