Signature
Helper | nodeHelper |
Signature | getProject(String ProjectKey) |
Description |
Returns a project object based on a projectKey
|
Introduced in | 0.8 |
Example use
issue.project = nodeHelper.getProject("DEMO")
Comments
-
Use issue.projectKey as a shortcut
issue.projectKey = "DEMO"