getProject

    Signature

    HelpernodeHelper
    SignaturegetProject(String ProjectKey)
    Description

    Returns a project object based on a projectKey
    Returns a null in case the projectKey is not found 

    Introduced in0.8

    Example use

     issue.project = nodeHelper.getProject("DEMO")


    Comments

    • Use issue.projectKey as a shortcut

      issue.projectKey = "DEMO"