- Introduction
- Authentication
- Users
- Teams
- SUTs
- Requirements
- Specifications
- Tests
- Test Attributes
- Gherkin Steps
- Test Scanner
- Test cases
- Test case Parameters
- Testcases referencing reusable testcases
- Campaigns
- Schedules
- Sessions
- Bugs
- Assets
- Agents
- SQL Reports
- Dashboard
- New Features
- Reports
- Folders
- Companies
- Categories
- Versioning
- Attachments
- Embedded Images
- Custom Fields
- Search
- Discussion threads
- Summary (Pre-formatted HTML)
- Miscellaneous
- Types
Parameter types
Lists
List often identifiable as <xxxIds> or <xxxNames> refer to comma-delimited strings.Object lists
Object list format is a json-structure document that could be similar to:id
<id> refers to an integer value referring to an item's id.packageId
<packageId> refers to a string concatenating the provider's id and the item's id separated with a '-' character.for instance:
xr6KmAH2-WSxVF32b
name
<name> refers to a string value referring to an item's name.date
<date> refers to a string value representing a date. It must respect the format: YYY-MM-DD (i.e. '2020-12-24')conflictResolution
<conflictResolution> refers to a short value referring to a type of resolution:CONFLICT_TYPE_UPDATE = 1 CONFLICT_TYPE_SKIP = 2 CONFLICT_TYPE_RENAME = 3
treeType
<treeType> refers to a short value referring to a tree:TREE_TYPE_USER = 1 TREE_TYPE_SUT = 2 TREE_TYPE_AGENT = 3 TREE_TYPE_REQ = 4 TREE_TYPE_SPEC = 5 TREE_TYPE_PROJECT = 6 TREE_TYPE_TEST = 7 TREE_TYPE_CAMPAIGN = 8 TREE_TYPE_DEFECT = 9 TREE_TYPE_DOCUMENT = 10 TREE_TYPE_SQLREPORT = 11 TREE_TYPE_ASSET = 12 TREE_TYPE_RIGHT = 15 TREE_TYPE_CALENDAR = 16 TREE_TYPE_DASHBOARD = 17
rootFolderId
<rootFolderId> refers to a short value referring to the id of the root folder of each tree:PARENT_ROOT_FOLDER_ID_USER = 1 PARENT_ROOT_FOLDER_ID_SUT = 2 PARENT_ROOT_FOLDER_ID_REQ = 3 PARENT_ROOT_FOLDER_ID_SPEC = 4 PARENT_ROOT_FOLDER_ID_TEST = 5 PARENT_ROOT_FOLDER_ID_CAMPAIGN = 6 PARENT_ROOT_FOLDER_ID_DEFECT = 7 PARENT_ROOT_FOLDER_ID_AGENT = 8 PARENT_ROOT_FOLDER_ID_PROJECT = 9 PARENT_ROOT_FOLDER_ID_TASK = 10 PARENT_ROOT_FOLDER_ID_DOCUMENT = 11 PARENT_ROOT_FOLDER_ID_SQLREPORT = 12 PARENT_ROOT_FOLDER_ID_ASSET = 13
nodeType
<nodeType> refers to a short value referring to the type of an item in the trees:TYPE_NONE = 0 TYPE_ROOT = 1 TYPE_CATEGORY = 2 TYPE_FOLDER = 3 TYPE_REQUIREMENT = 4 TYPE_SPECIFICATION = 5 TYPE_TEST = 6 TYPE_TESTCASE = 7 TYPE_CAMPAIGN = 8 TYPE_CAMPAIGNSESSION = 9 TYPE_DEFECT = 10 TYPE_SUT = 11 TYPE_USER = 12 TYPE_COMPANY = 13 TYPE_REPORT = 23 TYPE_AGENT = 24 TYPE_SCHEDULE = 25 TYPE_PROJECT = 26 TYPE_TASK = 27 TYPE_SPRINT = 28 TYPE_PROJECTFOLDER = 29 TYPE_DOCUMENT = 30 TYPE_USERGROUP = 33 TYPE_SQLREPORT = 34 TYPE_EXPLORATORYSESSION = 35 TYPE_ASSET = 37 TYPE_RTESTCASE = 38 TYPE_RSTEP = 39 TYPE_RCHECK = 40 TYPE_TESTCASE_RTESTCASE = 41 TYPE_HOLIDAY = 42 TYPE_TRACK = 43 TYPE_TESTCASEEXECUTION = 50
attributeType
<attributeType> refers to one of those strings:"string", "integer", "boolean"
parameterType
<parameterType> refers to one of those strings:"string", "integer", "boolean"
customFieldType
<customFieldType> refers to one of those strings:"integer", "string", "boolean", "string_choice", "html"
statementType
<statementType> refers to one of those values:STATEMENT_TYPE_GIVEN = 1 STATEMENT_TYPE_WHEN = 2 STATEMENT_TYPE_THEN = 3
mergeType
<mergeType> refers to one of those values:KEEP_INDIVIDUAL_RESULTS = 1 MERGE_RESULTS_MOST_RECENT = 2 MERGE_RESULTS_BETTER = 3 MERGE_RESULTS_LESSGOOD = 4
algorithm
<algorithm> refers to a short value referring to the algorithm used to create parameter combinations:ALGO_PAIRWISE = 1 ALGO_ALL = 2
synchronization
<synchronization> refers to a way to synchronize several session's execution thread:SYNC_NONE = 0 SYNC_TEST = 1 SYNC_TESTCASE = 2 SYNC_IN_A_ROW = 3
execution option
<execution option> refers to some rule to apply to some tests/testcases when one of their relatives have a specific status:EXECUTION_OPTION_EXECUTE = 1 EXECUTION_OPTION_SET_AS_FAILED = 2 EXECUTION_OPTION_SET_AS_NOTEXECUTED = 3
pick
<pick> refers to the way the session will select the agent(s) for its execution:PICK_ANY_AGENT = 0 PICK_ALL_AGENTS_IN_THE_POOL = 1 PICK_FIRST_AVAILABLE_AGENT = 2
result
<result> refers to a short value corresponding to a result:RESULT_NO_RESULT = -1 RESULT_NOT_EXECUTED = 0 RESULT_SUCCESS = 1 RESULT_FAILURE = 2 RESULT_INDEFINITE = 3 RESULT_NOT_EXECUTABLE = 4 RESULT_UNKNOWN = 6 RESULT_INFO = 8 // only for messages
rulesMask
<rulesMask> refers to a short value defining a set of rules: It can be the addition of one or several of the following rules. (you must add them to get only one single short value)LATEST_RESULTS_NOT_SUCCESSFUL = 0x1; // same as F | U | NE | NA LATEST_RESULTS_SUCCESS = 0x2 LATEST_RESULTS_FAILURE = 0x4 LATEST_RESULTS_UNKNOWN = 0x8 LATEST_RESULTS_NOT_EXECUTED = 0x10 LATEST_RESULTS_NOT_EXECUTABLE = 0x20 FAILED_AT_LEAST_ONCE = 0x40 UNKNOWN_AT_LEAST_ONCE = 0x80 NEVER_BEEN_SUCCESSFUL = 0x100 NEVER_BEEN_EXECUTED = 0x200
requirementStatus
<requirementStatus> refers to a short value referring to a requirement status:REQUIREMENT_STATUS_NEW = 10 REQUIREMENT_STATUS_ACKNOWLEDGED = 20 REQUIREMENT_STATUS_APPROVED = 30
specificationStatus
<specificationStatus> refers to a short value referring to a specification status:SPECIFICATION_STATUS_NEW = 10 SPECIFICATION_STATUS_ACKNOWLEDGED = 20 SPECIFICATION_STATUS_APPROVED = 30
testStatus
<testStatus> refers to a short value referring to a test status:TEST_STATUS_NEW = 10 TEST_STATUS_ACKNOWLEDGED = 20 TEST_STATUS_APPROVED = 30
sessionStatus
<sessionStatus> refers to a short value referring to a session status:THREAD_STATE_INITIALIZED = 1 THREAD_STATE_RUNNING = 2 THREAD_STATE_PAUSED = 3 THREAD_STATE_TERMINATED = 4 THREAD_STATE_ARMED = 5
bugStatus
<bugStatus> refers to a short value referring to a bug status:BUG_STATUS_NEW = 10 BUG_STATUS_ASSIGNED = 20 BUG_STATUS_ACKNOWLEDGED = 30 BUG_STATUS_RESOLVED = 40 BUG_STATUS_CLOSED = 50
requirementPriority
<requirementPriority> refers to a short value referring to a requirement priority:REQUIREMENT_PRIORITY_HIGH = 10 REQUIREMENT_PRIORITY_NORMAL = 20 REQUIREMENT_PRIORITY_LOW = 30
specificationPriority
<specificationPriority> refers to a short value referring to a specification priority:SPECIFICATION_PRIORITY_HIGH = 10 SPECIFICATION_PRIORITY_NORMAL = 20 SPECIFICATION_PRIORITY_LOW = 30
testPriority
<testPriority> refers to a short value from 0 to 10 referring to a test priority:bugPriority
<bugPriority> refers to a short value referring to a bug priority:BUG_PRIORITY_HIGH = 10 BUG_PRIORITY_NORMAL = 20 BUG_PRIORITY_LOW = 30
requirementType
<requirementType> refers to a string value referring to a requirement type localized (as it appears in the GUI in the language of the user used for authentication)testType
<testType> refers to a string value referring to a test type localized (as it appears in the GUI in the language of the user used for authentication)assetType
<assetType> refers to a string value referring to an asset type localized (as it appears in the GUI in the language of the user used for authentication)severity
<severity> refers to a short value referring to a bug severity:BUG_SEVERITY_BLOCKING = 10 BUG_SEVERITY_MAJOR = 20 BUG_SEVERITY_MINOR = 30 BUG_SEVERITY_COSMETIC = 40 BUG_SEVERITY_ENHANCEMENT
freezeStatus
<freezeStatus> refers to a short value referring to a freez status:FREEZE_STATUS_NORMAL = 0 FREEZE_STATUS_FROZEN = 1 (the item is frozen and not editable anymore) FREEZE_STATUS_SIGNED = 2 (the item has been signed and is not editable anymore)
importType
<importType> refers to a short value referring to the type of an import:IMPORT_SUTS = 1 IMPORT_REQUIREMENTS = 2 IMPORT_SPECIFICATIONS = 3 IMPORT_TESTS = 4 IMPORT_BUGS = 5 IMPORT_ASSETS = 6 IMPORT_TERMS = 7 IMPORT_USERS = 8 IMPORT_STEPDEFINITIONS = 9 IMPORT_LINKS_SUTS_REQUIREMENTS = 10 IMPORT_LINKS_REQUIREMENTS_SPECIFICATIONS = 11 IMPORT_LINKS_SPECIFICATIONS_TESTS = 12 IMPORT_LINKS_REQUIREMENTS_TESTS = 13 IMPORT_LINKS_REQUIREMENTS_REQUIREMENTS = 14 IMPORT_LINKS_SPECIFICATIONS_SPECIFICATIONS = 15 IMPORT_QC_EXPORT_FILE = 20
importFormat
<importFormat> refers to a short value referring to the format of an import:FORMAT_XLS = 1 FORMAT_XML = 2
usage
<usage> refers to a short value referring to a risk's usage parameter: It can take a value in between 0 and 5.complexity
<complexity> refers to a short value referring to a risk's complexity parameter: It can take a value in between 0 and 5.maturity
<maturity> refers to a short value referring to a risk's maturity parameter: It can take a value in between 0 and 5.impact
<impact> refers to a short value referring to a risk's impact parameter: It can take a value in between 0 and 5.risk
<risk> refers to a short value referring to the total score of a risk: It can take a value in between 0 and 2500.textToken
<textToken> refers to a string also refered as passphrase that the signer provide during signature.blobToken
<blobToken> refers to the content of a file (i.e. a scanned signature) that the signer provide during signature.fileExtension
<fileExtension> refers to a short value referring to the format of an import:FILE_EXTENSION_XML = 1; FILE_EXTENSION_PDF = 2; FILE_EXTENSION_ZIPPEDHTML = 3; FILE_EXTENSION_EXCEL = 4;
moduleRight
<moduleRight> refers to a short value referring to the right to use a module (in the sidebar). See the actionRight section for the value of the constants.RIGHT_ID_GLOBAL = 100; RIGHT_ID_USER = 200; RIGHT_ID_SUT = 300; RIGHT_ID_REQ = 400; RIGHT_ID_SPEC = 500; RIGHT_ID_TEST = 600; RIGHT_ID_CAMPAIGN = 700; RIGHT_ID_DEFECT = 800; RIGHT_ID_REPORT = 900; RIGHT_ID_AGENT = 1000; RIGHT_ID_PROJECT = 1100; RIGHT_ID_DOCUMENT = 1200; RIGHT_ID_SQLREPORT = 1300; RIGHT_ID_ASSET = 1400;
actionRight
<actionRight> refers to a short value referring to the right to perform an action in a module.Each right is postfixed with a few characters indicating the type of the action:
C = Create V = View E = Edit/Update D = Delete M = Move R = Run
public final static int RIGHT_ID_GLOBAL = 100; public final static int RIGHT_ID_COMPANY_VECM = 101; public final static int RIGHT_ID_CATEGORY_VECM = 102; public final static int RIGHT_ID_CHANGE_V = 103; public final static int RIGHT_ID_SIGNATURE_LOG_R = 104; public final static int RIGHT_ID_HOLIDAY_V = 110; public final static int RIGHT_ID_HOLIDAY_E = 111; public final static int RIGHT_ID_HOLIDAY_C = 112; public final static int RIGHT_ID_COMPANY_ATTACHMENT_V = 120; public final static int RIGHT_ID_COMPANY_ATTACHMENT_C = 121; public final static int RIGHT_ID_TRACK_C = 122; public final static int RIGHT_ID_TRACK_D = 123; public final static int RIGHT_ID_COMPANY_D = 130; public final static int RIGHT_ID_CATEGORY_D = 131; public final static int RIGHT_ID_HOLIDAY_D = 132; public final static int RIGHT_ID_COMPANY_ATTACHMENT_D = 133; public final static int RIGHT_ID_TIMETAG_C = 140; public final static int RIGHT_ID_TIMETAG_D = 141; public final static int RIGHT_ID_TIMETAG_R = 142; // get back to a timetag public final static int RIGHT_ID_USER = 200; public final static int RIGHT_ID_USER_FOLDER_VECM = 201; public final static int RIGHT_ID_USER_CM = 202; public final static int RIGHT_ID_USER_DETAIL_E = 204; public final static int RIGHT_ID_USER_RIGHT_V = 205; public final static int RIGHT_ID_USER_RIGHT_E = 206; public final static int RIGHT_ID_USER_CALENDAR_V = 207; public final static int RIGHT_ID_USER_ABSENCE_V = 208; public final static int RIGHT_ID_USER_ABSENCE_E = 209; public final static int RIGHT_ID_USER_ABSENCE_C = 210; public final static int RIGHT_ID_USER_ABSENCE_STATUS_NEW_TO_APPROVED_E = 211; public final static int RIGHT_ID_USERGROUP_CM = 220; public final static int RIGHT_ID_USERGROUP_DETAIL_E = 221; public final static int RIGHT_ID_USERGROUP_USER_E = 222; public final static int RIGHT_ID_USERGROUP_RIGHT_E = 223; public final static int RIGHT_ID_USER_FOLDER_D = 230; public final static int RIGHT_ID_USER_D = 231; public final static int RIGHT_ID_USER_ABSENCE_D = 232; public final static int RIGHT_ID_USERGROUP_D = 233; public final static int RIGHT_ID_SUT = 300; public final static int RIGHT_ID_SUT_FOLDER_VECM = 301; public final static int RIGHT_ID_SUT_CM = 302; public final static int RIGHT_ID_SUT_FREEZE_E = 303; public final static int RIGHT_ID_SUT_DETAIL_E = 304; public final static int RIGHT_ID_SUT_REQ_E = 305; public final static int RIGHT_ID_SUT_SPEC_V = 306; public final static int RIGHT_ID_SUT_TEST_V = 307; public final static int RIGHT_ID_SUT_DEFECT_V = 308; public final static int RIGHT_ID_SUT_UNFREEZE_E = 309; public final static int RIGHT_ID_SUT_ATTACHMENT_V = 310; public final static int RIGHT_ID_SUT_ATTACHMENT_C = 311; public final static int RIGHT_ID_SUT_SIGN_E = 312; public final static int RIGHT_ID_SUT_CHECK_SIGNATURE_R = 313; public final static int RIGHT_ID_SUT_CUSTOMFIELDS_EC = 320; public final static int RIGHT_ID_SUT_FOLDER_D = 330; public final static int RIGHT_ID_SUT_D = 331; public final static int RIGHT_ID_SUT_ATTACHMENT_D = 332; public final static int RIGHT_ID_SUT_CUSTOMFIELDS_D = 333; public final static int RIGHT_ID_SUT_RESULT_PROGRESS_V = 339; public final static int RIGHT_ID_SUT_RESULT_REQ_V = 340; public final static int RIGHT_ID_SUT_RESULT_SPEC_V = 341; public final static int RIGHT_ID_SUT_RESULT_TEST_V = 342; public final static int RIGHT_ID_SUT_RESULT_TESTCASE_V = 343; public final static int RIGHT_ID_SUT_RESULT_STEP_V = 344; public final static int RIGHT_ID_SUT_RESULT_HISTORY_V = 345; public final static int RIGHT_ID_SUT_QUALITY_PROGRESS_V = 346; public final static int RIGHT_ID_SUT_IMPORT_R = 350; public final static int RIGHT_ID_REQ = 400; public final static int RIGHT_ID_REQ_FOLDER_VECM = 401; public final static int RIGHT_ID_REQ_CM = 402; public final static int RIGHT_ID_REQ_FREEZE_E = 403; public final static int RIGHT_ID_REQ_DETAIL_E = 404; public final static int RIGHT_ID_REQ_SUT_E = 405; public final static int RIGHT_ID_REQ_SPEC_E = 406; public final static int RIGHT_ID_REQ_TEST_V = 407; public final static int RIGHT_ID_REQ_ATTACHMENT_V = 408; public final static int RIGHT_ID_REQ_ATTACHMENT_C = 409; public final static int RIGHT_ID_REQ_DEFECT_V = 410; public final static int RIGHT_ID_REQ_TEST_E = 411; public final static int RIGHT_ID_REQ_REQ_V = 412; public final static int RIGHT_ID_REQ_REQ_E = 413; public final static int RIGHT_ID_REQ_UNFREEZE_E = 414; public final static int RIGHT_ID_REQ_SIGN_E = 415; public final static int RIGHT_ID_REQ_CHECK_SIGNATURE_R = 416; public final static int RIGHT_ID_REQ_STATUS_NEW_TO_ACK_E = 430; public final static int RIGHT_ID_REQ_STATUS_ACK_TO_NEW_E = 431; public final static int RIGHT_ID_REQ_STATUS_ACK_TO_APPROVED_E = 432; public final static int RIGHT_ID_REQ_STATUS_APPROVED_TO_NEW_E = 433; public final static int RIGHT_ID_REQ_STATUS_APPROVED_TO_ACK_E = 434; public final static int RIGHT_ID_REQ_PRIORITY_E = 435; public final static int RIGHT_ID_REQ_CUSTOMFIELDS_EC = 440; public final static int RIGHT_ID_REQ_FOLDER_D = 450; public final static int RIGHT_ID_REQ_D = 451; public final static int RIGHT_ID_REQ_ATTACHMENT_D = 452; public final static int RIGHT_ID_REQ_CUSTOMFIELDS_D = 453; public final static int RIGHT_ID_REQ_IMPORT_R = 460; public final static int RIGHT_ID_SPEC = 500; public final static int RIGHT_ID_SPEC_FOLDER_VECM = 501; public final static int RIGHT_ID_SPEC_CM = 502; public final static int RIGHT_ID_SPEC_FREEZE_E = 503; public final static int RIGHT_ID_SPEC_DETAIL_E = 504; public final static int RIGHT_ID_SPEC_SUT_V = 505; public final static int RIGHT_ID_SPEC_REQ_E = 506; public final static int RIGHT_ID_SPEC_UNFREEZE_E = 507; public final static int RIGHT_ID_SPEC_TEST_E = 508; public final static int RIGHT_ID_SPEC_ATTACHMENT_V = 509; public final static int RIGHT_ID_SPEC_ATTACHMENT_C = 510; public final static int RIGHT_ID_SPEC_DEFECT_V = 511; public final static int RIGHT_ID_SPEC_SPEC_V = 512; public final static int RIGHT_ID_SPEC_SPEC_E = 513; public final static int RIGHT_ID_SPEC_SIGN_E = 514; public final static int RIGHT_ID_SPEC_CHECK_SIGNATURE_R = 515; public final static int RIGHT_ID_SPEC_STATUS_NEW_TO_ACK_E = 530; public final static int RIGHT_ID_SPEC_STATUS_ACK_TO_NEW_E = 531; public final static int RIGHT_ID_SPEC_STATUS_ACK_TO_APPROVED_E = 532; public final static int RIGHT_ID_SPEC_STATUS_APPROVED_TO_NEW_E = 533; public final static int RIGHT_ID_SPEC_STATUS_APPROVED_TO_ACK_E = 534; public final static int RIGHT_ID_SPEC_PRIORITY_E = 535; public final static int RIGHT_ID_SPEC_CUSTOMFIELDS_EC = 540; public final static int RIGHT_ID_SPEC_FOLDER_D = 550; public final static int RIGHT_ID_SPEC_D = 551; public final static int RIGHT_ID_SPEC_ATTACHMENT_D = 552; public final static int RIGHT_ID_SPEC_CUSTOMFIELDS_D = 553; public final static int RIGHT_ID_SPEC_IMPORT_R = 560; public final static int RIGHT_ID_CATEGORY_RESULT_PROGRESS_V = 580; public final static int RIGHT_ID_CATEGORY_RESULT_TEST_V = 581; public final static int RIGHT_ID_CATEGORY_RESULT_TESTCASE_V = 582; public final static int RIGHT_ID_CATEGORY_RESULT_STEP_V = 583; public final static int RIGHT_ID_SCANPHYSICALTESTS_R = 584; public final static int RIGHT_ID_TEST = 600; public final static int RIGHT_ID_TEST_FOLDER_VECM = 601; public final static int RIGHT_ID_TEST_CM = 602; public final static int RIGHT_ID_TEST_RESULT_HISTORY_V = 603; public final static int RIGHT_ID_TEST_DETAIL_E = 604; public final static int RIGHT_ID_TEST_SCOPE_V = 605; public final static int RIGHT_ID_TEST_TESTPLAN_E = 606; public final static int RIGHT_ID_TEST_AUTHOR_V = 607; public final static int RIGHT_ID_TEST_AUTHOR_E = 608; public final static int RIGHT_ID_TEST_FOLDER_RESULT_PROGRESS_V = 609; public final static int RIGHT_ID_TEST_DEFECT_V = 610; public final static int RIGHT_ID_TEST_DEPENDENCY_E = 611; public final static int RIGHT_ID_TEST_FREEZE_E = 612; public final static int RIGHT_ID_TEST_ATTRIBUTE_E = 613; public final static int RIGHT_ID_TEST_SUT_V = 614; public final static int RIGHT_ID_TEST_SPEC_E = 615; public final static int RIGHT_ID_TEST_REQ_V = 616; public final static int RIGHT_ID_TEST_ATTACHMENT_V = 617; public final static int RIGHT_ID_TEST_ATTACHMENT_C = 618; public final static int RIGHT_ID_TEST_DEVELOPER_V = 619; public final static int RIGHT_ID_TEST_DEVELOPER_E = 620; public final static int RIGHT_ID_TEST_REQ_E = 621; public final static int RIGHT_ID_TEST_CATEGORY_STATS_V = 622; public final static int RIGHT_ID_TEST_ASSET_V = 623; public final static int RIGHT_ID_TEST_ASSET_E = 624; public final static int RIGHT_ID_TEST_CUSTOMFIELDS_EC = 625; public final static int RIGHT_ID_TEST_CAMPAIGN_V = 626; public final static int RIGHT_ID_TEST_UNFREEZE_E = 627; public final static int RIGHT_ID_TEST_SIGN_E = 628; public final static int RIGHT_ID_TEST_CHECK_SIGNATURE_R = 629; public final static int RIGHT_ID_TESTCASE_C = 630; public final static int RIGHT_ID_TESTCASE_DETAIL_E = 631; public final static int RIGHT_ID_TESTCASE_TESTPLAN_V = 632; public final static int RIGHT_ID_TESTCASE_TESTPLAN_E = 633; public final static int RIGHT_ID_TESTCASE_FREEZE_E = 634; public final static int RIGHT_ID_TESTCASE_RESULT_HISTORY_V = 635; public final static int RIGHT_ID_TESTCASE_RESULT_STEP_V = 636; public final static int RIGHT_ID_TESTCASE_UNFREEZE_E = 637; public final static int RIGHT_ID_TESTCASE_SIGN_E = 638; public final static int RIGHT_ID_TESTCASE_CHECK_SIGNATURE_R = 639; public final static int RIGHT_ID_TESTCASE_CUSTOMFIELDS_EC = 640; public final static int RIGHT_ID_TESTCASE_PARAM_EC = 641; public final static int RIGHT_ID_TESTCASE_RESULT_E = 645; public final static int RIGHT_ID_TEST_FOLDER_D = 650; public final static int RIGHT_ID_TEST_D = 651; public final static int RIGHT_ID_TEST_ATTACHMENT_D = 652; public final static int RIGHT_ID_TESTCASE_D = 653; public final static int RIGHT_ID_TESTCASE_CUSTOMFIELDS_D = 654; public final static int RIGHT_ID_TESTCASE_PARAM_D = 655; public final static int RIGHT_ID_TEST_CUSTOMFIELDS_D = 656; public final static int RIGHT_ID_TEST_IMPORT_R = 660; public final static int RIGHT_ID_TEST_STATUS_NEW_TO_ACK_E = 661; public final static int RIGHT_ID_TEST_STATUS_ACK_TO_NEW_E = 662; public final static int RIGHT_ID_TEST_STATUS_ACK_TO_APPROVED_E = 663; public final static int RIGHT_ID_TEST_STATUS_APPROVED_TO_NEW_E = 664; // WARNING: 665 is already used later: RIGHT_ID_DEFECT_IMPORT_R public final static int RIGHT_ID_TEST_STATUS_APPROVED_TO_ACK_E = 666; public final static int RIGHT_ID_TEST_FOLDER_RESULT_TEST_V = 670; public final static int RIGHT_ID_TEST_FOLDER_RESULT_TESTCASE_V = 671; public final static int RIGHT_ID_TEST_FOLDER_RESULT_STEP_V = 672; public final static int RIGHT_ID_TEST_ROOT_RESULT_PROGRESS_V = 680; public final static int RIGHT_ID_TEST_ROOT_RESULT_TEST_V = 681; public final static int RIGHT_ID_TEST_ROOT_RESULT_TESTCASE_V = 682; public final static int RIGHT_ID_TEST_ROOT_RESULT_STEP_V = 683; public final static int RIGHT_ID_TEST_RESULT_TESTCASE_V = 690; public final static int RIGHT_ID_TEST_RESULT_STEP_V = 691; public final static int RIGHT_ID_CAMPAIGN = 700; public final static int RIGHT_ID_CAMPAIGN_FOLDER_VECM = 701; public final static int RIGHT_ID_CAMPAIGN_CM = 702; public final static int RIGHT_ID_CAMPAIGN_FILTER_E = 703; public final static int RIGHT_ID_CAMPAIGN_DETAIL_E = 704; public final static int RIGHT_ID_CAMPAIGN_CONTENT_V = 705; public final static int RIGHT_ID_CAMPAIGN_CONTENT_E = 706; public final static int RIGHT_ID_CAMPAIGN_FREEZE_E = 707; public final static int RIGHT_ID_CAMPAIGN_UNFREEZE_E = 708; public final static int RIGHT_ID_CAMPAIGN_SIGN_E = 709; public final static int RIGHT_ID_CAMPAIGN_ATTACHMENT_V = 710; public final static int RIGHT_ID_CAMPAIGN_ATTACHMENT_C = 711; public final static int RIGHT_ID_CAMPAIGN_RESULT_REQ_V = 712; public final static int RIGHT_ID_CAMPAIGN_RESULT_SPEC_V = 713; public final static int RIGHT_ID_CAMPAIGN_RESULT_TEST_V = 714; public final static int RIGHT_ID_CAMPAIGN_RESULT_TESTCASE_V = 715; public final static int RIGHT_ID_CAMPAIGN_RESULT_STEP_V = 716; public final static int RIGHT_ID_CAMPAIGN_RESULT_PROGRESS_V = 717; public final static int RIGHT_ID_CAMPAIGN_CHECK_SIGNATURE_R = 718; public final static int RIGHT_ID_CAMPAIGNSESSION_C = 720; public final static int RIGHT_ID_CAMPAIGNSESSION_R = 721; public final static int RIGHT_ID_CAMPAIGNSESSION_DETAIL_E = 722; public final static int RIGHT_ID_CAMPAIGNSESSION_RESULT_TEST_TREE_V = 723; public final static int RIGHT_ID_CAMPAIGNSESSION_RESULT_STAT_V = 724; public final static int RIGHT_ID_CAMPAIGNSESSION_CONFIGURATIONS_VECM = 725; public final static int RIGHT_ID_CAMPAIGNSESSION_OPERATOR_V = 726; public final static int RIGHT_ID_CAMPAIGNSESSION_SUT_V = 727; public final static int RIGHT_ID_CAMPAIGNSESSION_CCEMAIL_V = 728; public final static int RIGHT_ID_CAMPAIGNSESSION_ATTRIBUTES_E = 729; public final static int RIGHT_ID_CAMPAIGNSESSION_DEFECT_V = 730; public final static int RIGHT_ID_CAMPAIGNSESSION_RESULT_REQ_V = 731; public final static int RIGHT_ID_CAMPAIGNSESSION_RESULT_SPEC_V = 732; public final static int RIGHT_ID_CAMPAIGNSESSION_CCEMAIL_E = 733; public final static int RIGHT_ID_CAMPAIGNSESSION_FORCED_LAUNCHER_R = 734; public final static int RIGHT_ID_CAMPAIGNSESSION_SUT_E = 735; public final static int RIGHT_ID_CAMPAIGNSESSION_FREEZE_E = 736; public final static int RIGHT_ID_CAMPAIGNSESSION_AGENTS_V = 737; public final static int RIGHT_ID_CAMPAIGNSESSION_ATTACHMENT_V = 738; public final static int RIGHT_ID_CAMPAIGNSESSION_ATTACHMENT_C = 739; public final static int RIGHT_ID_CAMPAIGNSESSION_MONITORINGAGENT_V = 740; public final static int RIGHT_ID_CAMPAIGNSESSION_MONITOREDSERVERS_V = 741; public final static int RIGHT_ID_CAMPAIGNSESSION_OPERATOR_E = 742; public final static int RIGHT_ID_CAMPAIGNSESSION_AGENTS_E = 743; public final static int RIGHT_ID_CAMPAIGNSESSION_PARAMS_E = 744; public final static int RIGHT_ID_CAMPAIGNSESSION_CONFIGURATIONS_D = 745; public final static int RIGHT_ID_CAMPAIGNSESSION_ASSET_V = 746; public final static int RIGHT_ID_CAMPAIGNSESSION_ASSET_E = 747; public final static int RIGHT_ID_CAMPAIGNSESSION_UNFREEZE_E = 748; public final static int RIGHT_ID_CAMPAIGNSESSION_SIGN_E = 749; public final static int RIGHT_ID_SCHEDULE_C = 750; public final static int RIGHT_ID_SCHEDULE_DETAIL_E = 751; public final static int RIGHT_ID_SCHEDULE_SCHEDULING_V = 752; public final static int RIGHT_ID_SCHEDULE_SCHEDULING_E = 753; public final static int RIGHT_ID_SCHEDULE_AGENT_V = 754; public final static int RIGHT_ID_SCHEDULE_AGENT_E = 755; public final static int RIGHT_ID_SCHEDULE_OPERATOR_V = 756; public final static int RIGHT_ID_SCHEDULE_OPERATOR_E = 757; public final static int RIGHT_ID_SCHEDULE_SUT_V = 758; public final static int RIGHT_ID_SCHEDULE_SUT_E = 759; public final static int RIGHT_ID_SCHEDULE_CONF_V = 760; public final static int RIGHT_ID_SCHEDULE_CONF_E = 761; public final static int RIGHT_ID_SCHEDULE_CCEMAIL_V = 762; public final static int RIGHT_ID_SCHEDULE_CCEMAIL_E = 763; public final static int RIGHT_ID_SCHEDULE_MONITORINGAGENT_V = 764; public final static int RIGHT_ID_SCHEDULE_MONITORINGAGENT_E = 765; public final static int RIGHT_ID_SCHEDULE_MONITOREDSERVERS_V = 766; public final static int RIGHT_ID_SCHEDULE_MONITOREDSERVERS_E = 767; public final static int RIGHT_ID_SCHEDULE_ATTRIBUTES_E = 768; public final static int RIGHT_ID_SCHEDULE_PARAMS_E = 769; public final static int RIGHT_ID_CAMPAIGN_FOLDER_D = 770; public final static int RIGHT_ID_CAMPAIGN_D = 771; public final static int RIGHT_ID_CAMPAIGN_ATTACHMENT_D = 772; public final static int RIGHT_ID_CAMPAIGNSESSION_D = 773; public final static int RIGHT_ID_CAMPAIGNSESSION_ATTACHMENT_D = 774; public final static int RIGHT_ID_SCHEDULE_D = 775; public final static int RIGHT_ID_EXPLORATORYSESSION_DETAIL_E = 780; public final static int RIGHT_ID_EXPLORATORYSESSION_PRIORITY_E = 781; public final static int RIGHT_ID_EXPLORATORYSESSION_ATTACHMENT_V = 782; public final static int RIGHT_ID_EXPLORATORYSESSION_ATTACHMENT_C = 783; public final static int RIGHT_ID_EXPLORATORYSESSION_ATTACHMENT_D = 784; public final static int RIGHT_ID_EXPLORATORYSESSION_CM = 785; public final static int RIGHT_ID_EXPLORATORYSESSION_D = 786; public final static int RIGHT_ID_EXPLORATORYSESSION_R = 787; public final static int RIGHT_ID_EXPLORATORYSESSION_TESTER_V = 788; public final static int RIGHT_ID_EXPLORATORYSESSION_TESTER_E = 789; public final static int RIGHT_ID_EXPLORATORYSESSION_SUT_V = 790; public final static int RIGHT_ID_EXPLORATORYSESSION_SUT_E = 791; public final static int RIGHT_ID_EXPLORATORYSESSION_DEFECT_V = 792; public final static int RIGHT_ID_EXPLORATORYSESSION_ATTRIBUTE_E = 793; public final static int RIGHT_ID_DEFECT = 800; public final static int RIGHT_ID_DEFECT_FOLDER_VECM = 801; public final static int RIGHT_ID_DEFECT_CM = 802; public final static int RIGHT_ID_DEFECT_D = 803; public final static int RIGHT_ID_DEFECT_DETAIL_E = 804; public final static int RIGHT_ID_DEFECT_TEST_V = 805; public final static int RIGHT_ID_DEFECT_TEST_E = 806; public final static int RIGHT_ID_DEFECT_REPORTER_V = 807; public final static int RIGHT_ID_DEFECT_DETAIL_V = 808; public final static int RIGHT_ID_DEFECT_ASSIGNEDTO_V = 809; public final static int RIGHT_ID_DEFECT_ASSIGNEDTO_E = 810; public final static int RIGHT_ID_DEFECT_ATTACHMENT_V = 811; public final static int RIGHT_ID_DEFECT_ATTACHMENT_C = 812; public final static int RIGHT_ID_DEFECT_REQ_V = 813; public final static int RIGHT_ID_DEFECT_SPEC_V = 814; public final static int RIGHT_ID_DEFECT_SUT_V = 815; public final static int RIGHT_ID_DEFECT_CAMPAIGNSESSION_V = 816; public final static int RIGHT_ID_DEFECT_CCEMAIL_V = 820; public final static int RIGHT_ID_DEFECT_CCEMAIL_E = 821; public final static int RIGHT_ID_DEFECT_STATUS_NEW_TO_ASSIGNED_E = 830; public final static int RIGHT_ID_DEFECT_STATUS_ASSIGNED_TO_NEW_E = 831; public final static int RIGHT_ID_DEFECT_STATUS_ASSIGNED_TO_ACK_E = 832; public final static int RIGHT_ID_DEFECT_STATUS_ACK_TO_NEW_E = 833; public final static int RIGHT_ID_DEFECT_STATUS_ACK_TO_RESOLVED_E = 834; public final static int RIGHT_ID_DEFECT_STATUS_RESOLVED_TO_NEW_E = 835; public final static int RIGHT_ID_DEFECT_STATUS_RESOLVED_TO_ASSIGNED_E = 836; public final static int RIGHT_ID_DEFECT_STATUS_RESOLVED_TO_CLOSED_E = 837; public final static int RIGHT_ID_DEFECT_STATUS_CLOSED_TO_NEW_E = 838; public final static int RIGHT_ID_DEFECT_STATUS_CLOSED_TO_ASSIGNED_E = 839; public final static int RIGHT_ID_DEFECT_SEVERITY_E = 840; public final static int RIGHT_ID_DEFECT_PRIORITY_E = 841; public final static int RIGHT_ID_DEFECT_STATUS_ASSIGNED_TO_RESOLVED_E = 842; public final static int RIGHT_ID_DEFECT_STATUS_ASSIGNED_TO_CLOSED_E = 843; public final static int RIGHT_ID_DEFECT_CUSTOMFIELDS_EC = 850; public final static int RIGHT_ID_DEFECT_FOLDER_D = 860; public final static int RIGHT_ID_DEFECT_ATTACHMENT_D = 861; public final static int RIGHT_ID_DEFECT_CUSTOMFIELDS_D = 862; public final static int RIGHT_ID_DEFECT_IMPORT_R = 665; public final static int RIGHT_ID_TEST_ROOT_RESULT_CONF_COMPARISON_V = 854; public final static int RIGHT_ID_TEST_ROOT_RESULT_AGENT_COMPARISON_V = 855; public final static int RIGHT_ID_TEST_ROOT_RESULT_OPERATOR_COMPARISON_V = 856; public final static int RIGHT_ID_TEST_ROOT_RESULT_SESSION_COMPARISON_V = 857; public final static int RIGHT_ID_SUT_RESULT_CONF_COMPARISON_V = 864; public final static int RIGHT_ID_SUT_RESULT_AGENT_COMPARISON_V = 865; public final static int RIGHT_ID_SUT_RESULT_OPERATOR_COMPARISON_V = 866; public final static int RIGHT_ID_SUT_RESULT_SESSION_COMPARISON_V = 867; public final static int RIGHT_ID_CAMPAIGN_FOLDER_RESULT_PROGRESS_V = 870; public final static int RIGHT_ID_CAMPAIGN_FOLDER_RESULT_TEST_V = 871; public final static int RIGHT_ID_CAMPAIGN_FOLDER_RESULT_TESTCASE_V = 872; public final static int RIGHT_ID_CAMPAIGN_FOLDER_RESULT_STEP_V = 873; public final static int RIGHT_ID_CAMPAIGN_FOLDER_RESULT_CONF_COMPARISON_V = 874; public final static int RIGHT_ID_CAMPAIGN_FOLDER_RESULT_AGENT_COMPARISON_V = 875; public final static int RIGHT_ID_CAMPAIGN_FOLDER_RESULT_OPERATOR_COMPARISON_V = 876; public final static int RIGHT_ID_CAMPAIGN_FOLDER_RESULT_TREEVIEW_V = 877; public final static int RIGHT_ID_CAMPAIGN_FOLDER_RESULT_HISTORY_V = 878; public final static int RIGHT_ID_CAMPAIGN_FOLDER_RESULT_SESSION_COMPARISON_V = 879; public final static int RIGHT_ID_CAMPAIGN_ROOT_RESULT_PROGRESS_V = 880; public final static int RIGHT_ID_CAMPAIGN_ROOT_RESULT_TEST_V = 881; public final static int RIGHT_ID_CAMPAIGN_ROOT_RESULT_TESTCASE_V = 882; public final static int RIGHT_ID_CAMPAIGN_ROOT_RESULT_STEP_V = 883; public final static int RIGHT_ID_CAMPAIGN_ROOT_RESULT_CONF_COMPARISON_V = 884; public final static int RIGHT_ID_CAMPAIGN_ROOT_RESULT_AGENT_COMPARISON_V = 885; public final static int RIGHT_ID_CAMPAIGN_ROOT_RESULT_OPERATOR_COMPARISON_V = 886; public final static int RIGHT_ID_CAMPAIGN_ROOT_RESULT_TREEVIEW_V = 887; public final static int RIGHT_ID_CAMPAIGN_ROOT_RESULT_HISTORY_V = 888; public final static int RIGHT_ID_CAMPAIGN_ROOT_RESULT_SESSION_COMPARISON_V = 889; public final static int RIGHT_ID_CAMPAIGN_RESULT_CONF_COMPARISON_V = 890; public final static int RIGHT_ID_CAMPAIGN_RESULT_AGENT_COMPARISON_V = 891; public final static int RIGHT_ID_CAMPAIGN_RESULT_OPERATOR_COMPARISON_V = 892; public final static int RIGHT_ID_CAMPAIGN_RESULT_TREEVIEW_V = 893; public final static int RIGHT_ID_CAMPAIGN_RESULT_HISTORY_V = 894; public final static int RIGHT_ID_CAMPAIGNSESSION_RESULT_TEST_V = 895; public final static int RIGHT_ID_CAMPAIGNSESSION_RESULT_TESTCASE_V = 896; public final static int RIGHT_ID_CAMPAIGNSESSION_RESULT_STEP_V = 897; public final static int RIGHT_ID_CAMPAIGN_RESULT_SESSION_COMPARISON_V = 898; public final static int RIGHT_ID_REPORT = 900; public final static int RIGHT_ID_CAMPAIGNSESSION_REPORT_VC = 901; public final static int RIGHT_ID_REQUIREMENT_REPORT_VC = 902; public final static int RIGHT_ID_SPECIFICATION_REPORT_VC = 903; public final static int RIGHT_ID_DEFECT_REPORT_VC = 904; public final static int RIGHT_ID_TASK_REPORT_VC = 905; public final static int RIGHT_ID_SUT_REPORT_VC = 906; public final static int RIGHT_ID_AGENT = 1000; public final static int RIGHT_ID_AGENT_FOLDER_VECM = 1001; public final static int RIGHT_ID_AGENT_CM = 1002; public final static int RIGHT_ID_AGENT_DETAIL_E = 1004; public final static int RIGHT_ID_TESTPLAN = 1010; public final static int RIGHT_ID_TESTPLAN_VC = 1011; public final static int RIGHT_ID_AGENT_FOLDER_D = 1020; public final static int RIGHT_ID_AGENT_D = 1021; public final static int RIGHT_ID_PROJECT = 1100; public final static int RIGHT_ID_PROJECT_FOLDER_VECM = 1101; public final static int RIGHT_ID_PROJECT_CM = 1102; public final static int RIGHT_ID_PROJECT_DETAIL_E = 1104; public final static int RIGHT_ID_PROJECT_RESOURCE_V = 1105; public final static int RIGHT_ID_PROJECT_RESOURCE_E = 1106; public final static int RIGHT_ID_PROJECT_SPEC_E = 1107; public final static int RIGHT_ID_PROJECT_REQ_V = 1108; public final static int RIGHT_ID_PROJECT_MANAGER_V = 1109; public final static int RIGHT_ID_PROJECT_MANAGER_E = 1110; public final static int RIGHT_ID_PROJECT_ATTACHMENT_V = 1115; public final static int RIGHT_ID_PROJECT_ATTACHMENT_C = 1116; public final static int RIGHT_ID_TASK_CM = 1129; public final static int RIGHT_ID_TASK_DETAIL_E = 1130; public final static int RIGHT_ID_TASK_ATTACHMENT_V = 1135; public final static int RIGHT_ID_TASK_ATTACHMENT_C = 1136; public final static int RIGHT_ID_SPRINT_CM = 1149; public final static int RIGHT_ID_SPRINT_DETAIL_E = 1150; public final static int RIGHT_ID_SPRINT_STATUS_NEW_TO_RUNNING_E = 1151; public final static int RIGHT_ID_SPRINT_STATUS_RUNNING_TO_NEW_E = 1152; public final static int RIGHT_ID_SPRINT_STATUS_RUNNING_TO_FINISHED_E = 1153; public final static int RIGHT_ID_SPRINT_STATUS_FINISHED_TO_NEW_E = 1154; public final static int RIGHT_ID_SPRINT_STATUS_FINISHED_TO_RUNNING_E = 1155; public final static int RIGHT_ID_SPRINT_DEVELOPER_V = 1156; public final static int RIGHT_ID_SPRINT_DEVELOPER_E = 1157; public final static int RIGHT_ID_SPRINT_TASK_V = 1158; public final static int RIGHT_ID_SPRINT_TASK_E = 1159; public final static int RIGHT_ID_SPRINT_VELOCITY_V = 1160; public final static int RIGHT_ID_SPRINT_ATTACHMENT_V = 1165; public final static int RIGHT_ID_SPRINT_ATTACHMENT_C = 1166; public final static int RIGHT_ID_PROJECT_FOLDER_D = 1170; public final static int RIGHT_ID_PROJECT_D = 1171; public final static int RIGHT_ID_PROJECT_ATTACHMENT_D = 1172; public final static int RIGHT_ID_TASK_D = 1173; public final static int RIGHT_ID_TASK_ATTACHMENT_D = 1174; public final static int RIGHT_ID_SPRINT_D = 1175; public final static int RIGHT_ID_SPRINT_ATTACHMENT_D = 1176; public final static int RIGHT_ID_DOCUMENT = 1200; public final static int RIGHT_ID_DOCUMENT_FOLDER_VECM = 1201; public final static int RIGHT_ID_DOCUMENT_CM = 1202; public final static int RIGHT_ID_DOCUMENT_DETAIL_E = 1204; public final static int RIGHT_ID_DOCUMENT_FOLDER_D = 1210; public final static int RIGHT_ID_DOCUMENT_D = 1211; public final static int RIGHT_ID_SQLREPORT = 1300; public final static int RIGHT_ID_SQLREPORT_FOLDER_VECM = 1301; public final static int RIGHT_ID_SQLREPORT_CM = 1302; public final static int RIGHT_ID_SQLREPORT_DETAIL_E = 1303; public final static int RIGHT_ID_SQLREPORT_FOLDER_D = 1304; public final static int RIGHT_ID_SQLREPORT_D = 1305; public final static int RIGHT_ID_SQLREPORT_R = 1306; public final static int RIGHT_ID_ASSET = 1400; public final static int RIGHT_ID_ASSET_FOLDER_VECM = 1401; public final static int RIGHT_ID_ASSET_CM = 1402; public final static int RIGHT_ID_ASSET_DETAIL_E = 1403; public final static int RIGHT_ID_ASSET_FOLDER_D = 1404; public final static int RIGHT_ID_ASSET_D = 1405; public final static int RIGHT_ID_ASSET_IMPORT_R = 1415; public final static int RIGHT_ID_ASSET_RTESTCASE_CM = 1420; public final static int RIGHT_ID_ASSET_RTESTCASE_D = 1421; public final static int RIGHT_ID_ASSET_RSTEP_CM = 1440; public final static int RIGHT_ID_ASSET_RCHECK_CM = 1460; public final static int RIGHT_ID_TESTCASE_RTESTCASE_C = 1470; public final static int RIGHT_ID_TESTCASE_RTESTCASE_D = 1471; public final static int RIGHT_ID_CAMPAIGNSESSION_CHECK_SIGNATURE_R = 1500;
treeFilter
<treeFilter> refers to a string representing a filter. The filter is composed of several expressions separated by 'AND' boolean operators.Example:
plain_text CONTAINS 'plain text to search' AND status IN '40,50' AND coverage GREATER '80' AND last_modified BETWEEN '2022-04-01 00:00:01,2022-07-01 22:15:00'
Criteria | SUT | Requirements | Specifications | Tests | Bugs | ||
---|---|---|---|---|---|---|---|
Name | Supported operators | Example values | |||||
plain_text | CONTAINS | 'plain text to search' | |||||
assigned_to | EQUALS IN | '16,15' | Possible values: any user Id |
||||
reported_by | EQUALS IN | '10,11' | Possible values: any user Id |
||||
status | IN | '40,50' | Possible values | Possible values | Possible values | Possible values |
|
severity | IN | '30,40' | Possible values |
||||
priority | IN | '20,30' | Possible values | Possible values | Possible values |
||
priority | EQUALS DIFFERS GREATER LOWER | '7' | Possible values | ||||
freeze_status | IN | '0,1' | Possible values | Possible values | Possible values | Possible values | Possible values |
coverage | EQUALS DIFFERS GREATER LOWER | '25' | Possible values: 0-100 | Possible values: 0-100 | Possible values: 0-100 | ||
found_in | IN | '3,4' | |||||
fixed_in | IN | '1,2' | |||||
start_date | GREATER LOWER BETWEEN | '2022-04-01 00:00:01' or 2 occurrences separated by a ',' for BETWEEN | |||||
stop_date | GREATER LOWER BETWEEN | '2022-04-31 00:00:01' or 2 occurrences separated by a ',' for BETWEEN | |||||
version | EQUALS DIFFERS CONTAINS | '1.2 beta3' | |||||
type | IN | '10,20' | Possible values: integer values of the requirement types | Possible values: integer values of the test types | |||
risk | IN | 'Moderate,Low' | Possible values: localized names of the risk | ||||
executability | EQUALS DIFFERS GREATER LOWER | '90' | Possible values: 0-100 | ||||
nb_links | EQUALS DIFFERS GREATER LOWER | '9' | |||||
nb_tests | EQUALS DIFFERS GREATER LOWER | '9' | |||||
nb_testcases | EQUALS DIFFERS GREATER LOWER | '9' | |||||
last_modified | GREATER LOWER BETWEEN | '2022-04-31 00:00:01' or 2 occurrences separated by a ',' for BETWEEN | |||||
Custom Fields | |||||||
field_html_<id> | CONTAINS | 'test' | |||||
field_string_<id> | EQUALS CONTAINS | 'text value' | |||||
field_boolean_<id> | EQUALS | 'true' | |||||
field_integer_<id> | EQUALS DIFFERS GREATER LOWER | '123' | |||||
field_string_choice_<id> | IN | 'choice A,choice B' |