Project Structure

    Objectproject
    Fields

    id, key, name, lead, versions

    Introduced in0.5

    Fields

    #Field nameCommentObject type
    1id
    Long
    2key
    String
    3name
    String
    4leadA project leadUser
    5versionsA list of all the versions associated with this projectArray of versions

    Comments

    issue.projectKey is a shortcut to set the project. for the instance

    issue.projectKey = "DEMO" 

    is equivalent to

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