Changelog
Version 4.5.0
Release date
MBA: 2025-08-06
Noris: 2025-08-11
Changes
- Breaking change: field
Root/General/TestSuiteId
is required when creating/updating a test folder - Breaking change: field
Root/docRef
renamed toRoot/DocRef
in Version document (Version-dm) - Add Error detail group in Task Request document (TaskRequest-dm), to help get more information about the error:
- Add field
Root/Error/Detail/Code
- Add field
Root/Error/Detail/MessageKey
- Add field
Root/Error/Detail/Description
- Add field
- Add RunningStep group in Task Request document (TaskRequest-dm), to help track the execution of a running task:
- Add field
Root/RunningStep/StepName
- Add an array of group
Root/RunningStep/StepDetail
. Where each item contains:- Add field
Root/RunningStep/StepDetail/Key
- Add field
Root/RunningStep/StepDetail/Value
- Add field
- Add field
- Add group
Root/Metadata
into Test suite in Run document (TestRunTestSuiteAdditionalFields-dm) - Add group
Root/General/IsLatestVersion
into Task Request document (TaskRequest-dm) to indicate whether the task request is for the latest version of the project - Add group
Root/DisplayFields/ProjectTitle
into Task Request document (TaskRequest-dm) to display the project title in the task request - Add Closed version group to
Root/Metadata
to indicate when a document is frozen due to version closure:Root/Metadata/IsFrozenByClosedVersion
: Whentrue
, the document is read-only and cannot be modified.Root/Metadata/CloseVersionOn
: Timestamp marking when the version was closed.Root/Metadata/DisplayCloseVersionOn
: Pre-formatted version of the close timestamp for display in UI.
- Add closed version detail group in Version document (Version-dm), to provide complete tracking of the version closure process:
Root/General/CloseRequestOn
: Timestamp indicating when the closure was requested.Root/General/DisplayCloseRequestOn
: Formatted display string forCloseRequestOn
.Root/General/CloseStartOn
: Timestamp when the closing process actually started.Root/General/DisplayCloseStartOn
: Formatted display string forCloseStartOn
.Root/General/CloseFinishedOn
: Timestamp marking when the version was fully closed.Root/General/DisplayCloseFinishedOn
: Formatted display string forCloseFinishedOn
.Root/General/IsAwaitingClosure
: Boolean indicating whether the version is in the process of being closed but not yet finalized.
Version 4.4.0
Release date
MBA: 2025-06-23
Noris: 2025-06-30
Changes
- Test case execution document (TestRunTestCaseAdditionalFields-dm): Add field
Root/General/ProjectVersionNumber
- Test suite in Run document (TestRunTestSuiteAdditionalFields-dm):
- Add field
Root/General/ProjectVersionNumber
- Add field
Root/General/TestRunDocRef
- Add field
Root/General/TestSuiteDocRef
- Add field
Root/DisplayFields/Lock
- Add field
- The
LIST_TREE_LINK
operation is now marked as deprecated.
Version 4.3.0
Release date
MBA: 2025-05-12
Noris: 2025-05-17
Changes
- TestRun document: Add option item
In Progress
into the fieldRoot/General/Status
Version 4.2.0
Release date
MBA: 2025-04-02
Noris: 2025-04-08
Changes
Test case document: Add field Root/Risk/AutoCalculateImpact
and Root/Risk/AutoCalculateLikelihood
that determined if Impact
and Likelihood
value is manually input by user or calculated by system
Version 4.1.0
Release date
MBA: 2025-02-19
Noris: 2025-02-24
Changes
There is no change
Version 4.0.0
Release date
MBA: 2025-01-08
Noris: 2025-01-13
Changes
There is no change
Version 3.15.0
Release date
MBA: 2024-12-11
Noris: 2024-12-16
Changes
There is no change
Version 3.14.0
Release date
MBA: 2024-11-20
Noris: 2024-11-25
Changes
- Remove the
projectVersion
parameter of the operation ADD_TEST_CASES_TO_RUN_BY_ID
Version 3.13.0
Release date
MBA: 2024-10-30
Noris: 2024-11-04
Changes
-
Add endpoint Download the automation data
-
Remove param
email
from EXPORT_QF_DATA_STRUCTURE and EXPORT_QF_DATA_DETAIL -
Json data of EXPORT_QF_DATA_STRUCTURE: change
info
field name to respective business object (Project
,Version
,TestSuite
,TestFolder
,TestCase
)
Version 3.12.0
Release date
MBA: 2024-10-09
Noris: 2024-10-14
Changes
Test case document: Add field Root/General/CombinationLikelihoodImpact
that combines values of Likelihood
and Impact
field