Back to Issue fields available for synchronization
Fields
# | Field name | Comment | Object type |
---|---|---|---|
1 | id | Long | |
2 | key | String | |
3 | name | String | |
4 | lead | The project lead | User |
5 | versions | A list of all the versions associated to this project | Array of versions |
Comments
issue.projectKey is a shortcut to set the project. for instance
issue.projectKey = "DEMO"
is equivalent to
issue.project = nodeHelper.getProject("Demo")
See Also
How to sync multiple projects with multiple issue types?