getPriority (qcHelper)

    Signature

    HelperqcHelper
    Signature
    getPriority(String priorityName)
    Description

    Returns a priority with the provided name

    Introduced in1.0.0

    Example use

    Use this method to set a defect priority.

    Priority name must match the one, specified in theHP ALM/QC instance.

    issue.priority = qcHelper.getPriority("1_High")