See: Description
Class | Description |
---|---|
TestSearchIssueStatusAfterADate |
Responsible for verifying that a user is able to query all the issues that were in a particular status after a date.
|
TestSearchIssueStatusBeforeADate |
Responsible for verifying that a user is able to query all the issues that were in a particular status bafore a date.
|
TestSearchIssueStatusDuringADateRange |
Responsible for verifying that a user is able to query all the issues that were in a particular status before a date.
|
There are three types of ranges that can be specified:
Defines an implicit range of dates ending at a specified date. The range excludes the end date.
Example JQL query: WAS resolved BEFORE '2011-05-25 09:30'
Defines an implicit range of dates starting at a specified date. The range excludes the start date.
Example JQL query: WAS resolved AFTER '2011-05-25 09:30'
Defines an explicit range of dates starting at one date and ending at another date. The range includes both the start and the end date.
Example JQL query: WAS resolved DURING ('2011-05-25 09:30', '2011-05-30 09:30)
Copyright © 2002-2023 Atlassian. All Rights Reserved.