The qcHelper is an object which can be used in the relation scripts to get specific information from the underlying tracker.
Title | Description |
---|---|
getTestType(qcHelper) | Returns a test case type object, that includes: id, name, description. |
getTestPlan(qcHelper) | Returns the ID and name of the parent test folder for test cases. |
getStatus (qcHelper) | Returns a hub status with the provided name |
getPriority (qcHelper) | Returns a priority with the provided name |
getOptions (qcHelper) | Returns a list of all available options for a select list by name |
getUserByUsername (qcHelper) | Returns a user matching the specified username or null if user is not found. |
findOption (qcHelper) | Returns an option from the specified list of options and its children option. Returns null if an option is not found. |