Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Release 4.6.2 - April 6, 2021

Bug fixes:

  • An error was posted to the log when trying to disable the workflow validator for all projects if a project with the workflow validator enabled had been deleted earlier.
  • If a user deleted a folder from Cycle Summary manually, they could not then create a folder with the same name by using REST API.
  • The mandatory Assignee field was not marked as required on the Create Automation Task form, and users could not select a value from that dropdown.
  • An error was posted to the log upon creating a test with test steps and no data was recorded in the audit history.
  • Test executions got hidden in test details upon deleting a test step from an executed test case.
  • In Basic Search, data was not fetched according to the selected filter.

Release 4.6.1 - February 23, 2021

...

  • The Search Test Executions page has now basic search similar to that of Jira.
  • The Top Defects Impacting Testing gadget can now display up to 500 defects.

Bug fix:

  • Versions were not expanded while searching for a cycle, folder or version on the Cycle Summary page.

...

Improvements:

Bug fixes:

...

Release 4.5.2 - November 11, 2020

Improvements:

  • A.T.O.M has been renamed to Test Automation.


    • The Create Automation Task dialog now properly reflects custom required fields configured in your Jira instance. Also, we've redesigned this dialog to match the Jira UX style.

      Excerpt
      hiddentrue

      The Search Test Executions page has now basic search similar to that of Jira.


    • In Sprint View, you can now search for folders as well.

    • When editing test steps, you can now use the wiki markup visual editor to edit step contents.
    • In the Bulk Assign Executions dialog (Search Test Executions > Tools > Assign Executions), the Save button has been renamed to Assign, and the default value of the Assigned To field is now Unassigned.
    • When configuring Zephyr Custom Fields, you can now delete multiple fields at once.
    • Custom Fields API has a new operation to bulk delete multiple fields:

      Code Block
      DELETE /rest/zapi/latest/customfield/delete-customfields
      Content-Type: application/json
      
      { "customfields": ["3", "14"] }


    Bug fixes:

    • The Test Execution Time Tracking gadget showed the total estimated time and the total logged time in wrong fields if all cycles had been selected.
    • The Test Execution gadget did not display the names of some cycles.
    • 30 Day summary charts in the Test Summary were not loading in Jira Data Center edition.
    • A user could copy test case steps on the Copy Zephyr Test Steps page even if they had no permission to access the test case.

    • Test cases could not be imported if more than 50 issue types were associated with the project.

    • Test cases could not be imported if the Zephyr Teststep field was a required field.
    • The required Epic Link was not shown as required on the Importer screen, and an error occurred when importing a file.

    • The Executed On value of test executions displayed wrong time if the user's time zone was different from the Jira server time zone.
    • The Add Tests To Cycle operation in Jira's Bulk Change wizard displayed projects to which the user did not have access.

...

Release 4.5.0 - July 21, 2020

Features:

  • REST API is now available out-of-the-box. The ZAPI plugin is no longer required to access the API.
  • Compatibility with Java 11 and OpenJDK.
  • The A.T.O.M page now remembers the column selection and sort order. These settings are preserved per project for each user.

  • Execution History now includes information about attached files.
  • The order of test cases is now preserved when adding test cases from one folder to another by using the From Another Cycle option.
  • The Comments field in test steps is now resizable and supports Jira wiki markup.

Bug fixes:

  • The maximized Test Details window had extra white spaces if you had unselected some items in the column chooser.
  • It was impossible to import an Excel file if a column header name contained special characters.
  • Pressing Tab didn't move the cursor to the right in the row of existing test steps in the Test Details window.
  • If you imported a test that had the Select List (cascading) custom field, the imported test did not have that custom field.
  • Test step data was overlapped when the Test Details window was expanded.
  • It was impossible to edit execution-level customs fields if all the steps of a test case were marked as passed.
  • You couldn't retrieve file mapping in the internal importer if Jira had been installed with Java 11.x.
  • Test cases imported from an XML file contained extra XML tags in the test details section and in custom Jira fields.
  • Incorrect number of unexecuted tests in the Test Execution Burndown gadget.
  • The Comment field on the Test Execution page was shrunk to half width during editing.
  • In projects with custom workflows, transitioning a test case to a new status caused the web page to become unresponsive.
  • In Internet Explorer and Edge, test executions were always exported to a text file format instead of the chosen format.
  • If Project settings had a page whose URL contained the # character (such pages are added by some plugins), navigating to that page caused the Jira sidebar menu to disappear.
  • "Error retrieving license information" errors in zephyr-jira.log when accessing the A.T.O.M page if the ZAPI plugin was not installed.
  • An error occurred when importing tests if the Jira Create Issue screen had more than 50 fields.

Release 4.4.5 - June 2020

...