getResolution

    Signature

    HelpernodeHelper
    SignaturegetResolution(String resolutionName)
    Description

    Returns a resolution
    Null if not found

    Introduced in0.8

    Example use

     // set the issue on resolved, when the remote issue is in status done
     
    if (replica.status.name == "Done") {
       issue.resolution = nodeHelper.getResolution("Fixed")
    }