getProject

    Signature

    Helper nodeHelper
    Signature getProject(String ProjectKey)
    Description

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

    Introduced in 0.8

    Example use

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

    Comments

    • Use issue.projectKey as a shortcut

    issue.projectKey = "DEMO"