Signature
Helper | nodeHelper |
Signature | getResolution(String resolutionName) |
Description |
Returns a resolution
|
Introduced in | 0.8 |
Example use
// set the issue on resolved, when the remote issue is in status done if (replica.status.name == "Done") { issue.resolution = nodeHelper.getResolution("Fixed") }