Signature
| Helper | qcHelper |
| Signature | getPriority(String priorityName) |
| Description | Returns a priority with the provided name |
| Introduced in | 1.0.0 |
Example use
Use this method to set a defect priority.
Priority name must match the one, specified in theHP ALM/QC instance.
issue.priority = qcHelper.getPriority("1_High")