Qase Docs
Help CenterAPI DocsRoadmapSign up for free
  • General
    • Qase docs
    • Get started with the Qase platform
      • Account settings
      • Projects
      • Test suites
      • Test cases
        • Test Case Parameters
        • Test case review
        • Shared steps
        • Import test cases
        • Export test cases
        • Trash bin
        • Muted Tests
        • System fields
        • Nested steps
        • Test case actions
        • Filters
      • Requirements Traceability Report
      • AI Test Case Generator
    • Execute testing
      • Test plan
      • Test runs
      • Configurations
      • Environments
    • Issues tracking
      • Defects
      • Milestones
      • Requirements
    • Analytics
      • Dashboards
      • Queries (QQL, Qase Query Language)
      • Saved queries
    • Webhooks
      • Test Case
      • Test suite
      • Test plan
      • Shared step
      • Milestone
      • Custom field
      • Test run
      • Defect
      • Test review
  • AIDEN
    • AIDEN - QA Architect
  • Guide: Action editor
  • Administration
    • Workspace management
      • Users
      • Invites
      • Groups
      • Roles
      • Fields
      • Custom fields
      • Notifications
      • Tags
      • Attachments
      • Audit logs
      • Hotkeys
    • SSO / SAML instructions
      • AzureAD
      • OneLogin
      • Google Workspace
      • Okta
      • JumpCloud
    • SCIM
      • User lifecycle management with SCIM
      • Enable SCIM
      • Users
      • Discovery features
      • Errors
    • Security
      • SOC 2 Type II / SOC 3
      • ISO/IEC 27001:2022
      • Penetration testing report
      • Subprocessors
      • Qase IP addresses
    • Billing
      • Billing options
    • Subscriptions
      • Free plan
      • Startup plan
      • Business plan
      • Enterprise plan
  • Apps
    • Issue tracking
      • Jira Cloud
      • Jira Server/Datacenter Plugin installation
      • GitHub
      • Asana
      • Linear
      • Monday
      • ClickUp
      • Trello
      • Azure DevOps
      • GitLab
      • YouTrack
      • Redmine
    • CI/CD
      • Jenkins
      • BitBucket
      • GitHub CI
      • GitLab CI
    • Chats
      • Slack
  • Automation
    • Qase API
    • Reporters
      • JavaScript
        • Playwright
        • Cypress
        • Mocha
        • Newman
        • Jest
        • WebDriverIO
        • CucumberJS
        • TestCafe
      • Python
        • Pytest
        • Robot Framework
        • Behave
        • Tavern
      • Java
        • TestNG
        • JUnit 4
        • JUnit 5
        • Cucumber 3 (jvm)
        • Cucumber 4 (jvm)
        • Cucumber 5 (jvm)
        • Cucumber 6 (jvm)
        • Cucumber 7 (jvm)
      • PHP
        • PHPUnit
        • Codeception
      • Kotlin
        • Kaspresso
    • Qase CLI App
      • XCTest
Powered by GitBook
On this page
  • Test case:
  • Defects:
  • Test run:
  • Test run results:
  • Test plan:
  • Requirement:
  1. General
  2. Archive

Entity fields

Last updated 4 months ago

This page is archived, please find the up to date content .

Test case:

Attribute

Description

Examples

identifier

Test case title, pre/postconditions, description

A user that has created a test case

If a test case has been created by a reporter app

Custom fields. A complicated attribute with a specific syntax, see examples

Custom field values. (by all custom fields)

Case status, type, behavior, automation, layer

Time of case creation

The user who created the case

Last modified date

Check whether the case has been deleted or not

Check whether the case has been flagged as flaky

Project's code, where to search case. If not specified, the search is performed among all available to user projects

Test case's suite title

Test case's milestone title

Test case's tags

Defects:

Attribute

Description

Examples

identifier

Defect title

Actual result

Project

Status (open, resolved, in progress, invalid)

Severity (undefined, blocker, critical, major, normal, minor, trivial)

The user who created the defect

If a defect has been created by a reporter app

The user who created the defect

Time of creation

Time of update

Time of resolution

Whether the defect is deleted

Whether the defect is resolved

Defect's milestone title

Custom field values (by all custom fields)

Custom fields. A complicated attribute with a specific syntax, see examples

Defect's tags

Test run:

Attribute

Description

Examples

Identifier

Title

Description

Project

Title of the plan used

Status

The user who created the run

If a test run has been created by a reporter app

The user who created the run

Time of start

Time of finish

Time of removal

Whether the run is deleted

Whether the run is started

Whether the run is ended

Whether the run has a public link

Whether the run is automated

Run's milestone title

Custom field values (by all custom fields)

Custom fields. A complicated attribute with a specific syntax, see examples

Run's tags

Test run results:

Attribute

Description

Examples

Identifier

Comment

Test Run Result's case title

Test Run title

Project

Status (Passed, Failed, Blocked, Retest, Skipped, Deleted, In progress, Invalid)

The user who created the result

If a test run result has been created by a reporter app

The user who created the run

Time of finish

Time of removal

Whether the result is deleted

Whether the result is ended

Time spent (in milliseconds)

Test plan:

Attribute

Description

Examples

Identifier

Title

Plan's description

Project

Time of creation

Time of the last update

Time of deletion

Whether the plan is deleted

Requirement:

Attribute

Description

Examples

Identifier

Parent requirement's title

Project

The user who created the requirement

The user who created the requirement

Title

Description

Status (valid, draft, review, rework, finish, implemented, not-testable, obsolete)

Type (epic, user-story, feature)

Time of creation

Time of last update

Time of deletion

Whether the requirement is deleted

id
id = 17
id != 20
id is 17
id in [1, 2, 10]
not id in [1, 2, 10]
title
preconditions
postconditions
description
title is "first test"
title = "first test"
title ~ "rst"
title in ["first test", "second test"]
author
author in ["user1", "user2"]
author = "user1" or author = "user2"
author
author = playwright-reporter
author = cucumberjs-reporter
author = cypress-reporter
author = jest-reporter
author = newman-reporter
author = testcafe-reporter
author = cucumber3-reporter
author = cucumber4-reporter
author = cucumber5-reporter
author = junit4-reporter
author = junit5-reporter
author = testng-reporter
author = pytest-reporter
author = robotframework-reporter
author = xctest-reporter
author = phpunit-reporter
author = codeception-reporter
cf
cf["Epic"] = "Auth"
cf["Story"] in ["Story 1", "Story 2"]
cf["Epic"] is null
cfv
cfv = "Auth"
cfv in ["Story 1", "Story 2"]
status
type
behavior
automation
layer
priority
severity
status is "Draft"
status = "Active"
status != "Deprecated"
status in ["Draft", "Active"]
created
created >= now("-14d")
created >= startOfDay("-1m")
created < 1569430502709
createdBy
createdBy in ["user1", "user2"]
createdBy = "user1" or createdBy = "user2"
updated
updated >= now("-7d")
updated >= startOfDay()
updated < 1569430502709
isDeleted
isDeleted is false
isDeleted = true
isFlaky
isFlaky is false
isFlaky = true
project
project = 'DEMO'
project in ['DEMO', 'QTC']
project not in ['DEMO']
suite
suite ~ 'auth'
suite != 'auth'
milestone
milestone = 'Sprint 24'
tags
tags not in ['tag']
id
id = 17
id != 20
id is 17
id in [1, 2, 10]
not id in [1, 2, 10]
title
title is "first test"
title = "first test"
title ~ "rst"
title in ["first test", "second test"]
actual_result
actual_result is "first"
actual_result = "first"
actual_result ~ "rst"
actual_result in ["first", "second"]
project
project = 'DEMO'
project in ['DEMO', 'QTC']
project not in ['DEMO']
status
status is "Open"
status = "Resolved"
status != "Invalid"
status in ["Open", "Invalid"]
severity
severity is "blocker"
severity = "blocker"
severity != "blocker"
severity in ["blocker", "critical"]
author
author in ["user1", "user2"]
author = "user1"
author
author = playwright-reporter
author = cucumberjs-reporter
author = cypress-reporter
author = jest-reporter
author = newman-reporter
author = testcafe-reporter
author = cucumber3-reporter
author = cucumber4-reporter
author = cucumber5-reporter
author = junit4-reporter
author = junit5-reporter
author = testng-reporter
author = pytest-reporter
author = robotframework-reporter
author = xctest-reporter
author = phpunit-reporter
author = codeception-reporter
createdBy
createdBy in ["user1", "user2"]
createdBy = "user1" or createdBy = "user2"
created
created >= now("-14d")
created >= startOfDay("-1m")
created < 1569430502709
updated
updated >= now("-14d")
updated >= startOfDay("-1m")
updated < 1569430502709
resolved
resolved >= now("-14d")
resolved >= startOfDay("-1m")
resolved < 1569430502709
isDeleted
isDeleted is false
isDeleted = true
isResolved
isResolved is false
isResolved = true
milestone
milestone = 'Milestone title'
cfv
cfv = "Auth"
cfv in ["Story 1", "Story 2"]
cfv is empty
cf
cf["Epic"] = "Auth"
cf["Story"] in ["Story 1", "Story 2"]
cf["Epic"] is null
tags
tags not in ['tag']
id
id = 17
id != 20
id is 17
id in [1, 2, 10]
id not in [1, 2, 10]
title
title is "first test"
title = "first test"
title ~ "rst"
title in ["first test", "second test"]
description
description is "first"
description = "first"
description ~ "rst"
description in ["first", "second"]
project
project = 'DEMO'
project in ['DEMO', 'QTC']
project not in ['DEMO']
plan
plan = 'Regression'
status
status is "Open"
status = "Resolved"
status != "Invalid"
status in ["Open", "Invalid"]
author
author in ["user1", "user2"]
author = "user1" or createdBy = "user2"
author
author = playwright-reporter
author = cucumberjs-reporter
author = cypress-reporter
author = jest-reporter
author = newman-reporter
author = testcafe-reporter
author = cucumber3-reporter
author = cucumber4-reporter
author = cucumber5-reporter
author = junit4-reporter
author = junit5-reporter
author = testng-reporter
author = pytest-reporter
author = robotframework-reporter
author = xctest-reporter
author = phpunit-reporter
author = codeception-reporter
createdBy
createdBy in ["user1", "user2"]
createdBy = "user1" or createdBy = "user2"
started
started >= now("-14d")
started >= startOfDay("-1m")
started < 1569430502709
ended
ended >= now("-14d")
ended >= startOfDay("-1m")
ended < 1569430502709
deleted
deleted >= now("-14d")
deleted >= startOfDay("-1m")
deleted < 1569430502709
isDeleted
isDeleted is false
isDeleted = true
isStarted
isStarted is false
isStarted = true
isEnded
isEnded is false
isEnded = true
isPublic
isPublic is false
isPublic = true
isAutotest
isAutotest is false
isAutotest = true
Milestone
milestone = 'Milestone title'
cfv
cfv = "Auth"
cfv in ["Story 1", "Story 2"]
cfv is empty
cf
cf["Epic"] = "Auth"
cf["Story"] in ["Story 1", "Story 2"]
cf["Epic"] is null
tags
tags not in ['tag']
id
id = 17
id != 20
id is 17
id in [1, 2, 10]
not id in [1, 2, 10]
comment
comment is "first test"
comment = "first test"
comment ~ "rst"
comment in ["first test", "second test"]
case
case is "first"
case = "first"
case ~ "rst"
case in ["first", "second"]
run
run is "first"
run = "first"
run ~ "rst"
run in ["first", "second"]
project
project = 'DEMO'
project in ['DEMO', 'QTC']
project not in ['DEMO']
status
status is "Invalid"
status = "Invalid"
status != "Invalid"
status in ["Invalid", "Failed"]
author
assignee
author in ["user1", "user2"]
author = "user1" or createdBy = "user2"
author
assignee
author = playwright-reporter
author = cucumberjs-reporter
author = cypress-reporter
author = jest-reporter
author = newman-reporter
author = testcafe-reporter
author = cucumber3-reporter
author = cucumber4-reporter
author = cucumber5-reporter
author = junit4-reporter
author = junit5-reporter
author = testng-reporter
author = pytest-reporter
author = robotframework-reporter
author = xctest-reporter
author = phpunit-reporter
author = codeception-reporter
createdBy
createdBy in ["user1", "user2"]
createdBy = "user1" or createdBy = "user2"
ended
ended >= now("-14d")
ended >= startOfDay("-1m")
ended < 1569430502709
deleted
deleted >= now("-14d")
deleted >= startOfDay("-1m")
deleted < 1569430502709
isDeleted
isDeleted is false
isDeleted = true
isEnded
isEnded is false
isEnded = true
timeSpent
timeSpent > 10000
id
id = 17
id != 20
id is 17
id in [1, 2, 10]
not id in [1, 2, 10]
title
title is "first test"
title = "first test"
title ~ "rst"
title in ["first test", "second test"]
description
description is "first test"
description = "first test"
description ~ "rst"
description in ["first test", "second test"]
project
project = 'DEMO'
project in ['DEMO', 'QTC']
project not in ['DEMO']
created
created >= now("-14d")
created >= startOfDay("-1m")
created < 1569430502709
updated
updated >= now("-14d")
updated >= startOfDay("-1m")
updated < 1569430502709
deleted
deleted >= now("-14d")
deleted >= startOfDay("-1m")
deleted < 1569430502709
isDeleted
isDeleted is false
isDeleted = true
id
id = 17
id != 20
id is 17
id in [1, 2, 10]
not id in [1, 2, 10]
parent
parent is "first test"
parent = "first test"
parent ~ "rst"
parent in ["first test", "second test"]
project
project = 'DEMO'
project in ['DEMO', 'QTC']
project not in ['DEMO']
author
author in ["user1", "user2"]
author = "user1" or createdBy = "user2"
createdBy
createdBy in ["user1", "user2"]
createdBy = "user1" or createdBy = "user2"
title
title is "first test"
title = "first test"
title ~ "rst"
title in ["first test", "second test"]
description
description is "first test"
description = "first test"
description ~ "rst"
description in ["first test", "second test"]
status
status = 'valid'
type
type = 'epic'
created
created >= now("-14d")
created >= startOfDay("-1m")
created < 1569430502709
updated
updated >= now("-14d")
updated >= startOfDay("-1m")
updated < 1569430502709
deleted
deleted >= now("-14d")
deleted >= startOfDay("-1m")
deleted < 1569430502709
isDeleted
isDeleted is false
isDeleted = true
here