Project Structure

    Object project
    Fields

    id, key, name, lead, versions

    Introduced in 0.5

    Fields

    # Field name Comment Object type
    1 id
    Long
    2 key
    String
    3 name
    String
    4 lead A project lead User
    5 versions A list of all the versions associated with this project Array 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")