Release Notes v7.2.7

Overview

Product

Version

Smart Checklist for Jira. Pro

7.2.7

  • IMPROVED Enable setting the issue "Updated" date based on the most recent history event.

  • fixed Minor defects

Details

Enable setting the issue "Updated" date based on the most recent history event.

During storage migration, data synchronization occurs between issue properties, the database, and the custom field. This updates every checklist in the database and the Checklists/Smart Checklist custom fields, which then changes the "Updated" date for the issues.

 

With the newly introduced background task, you can now reset the issue's "Updated" date to reflect the most recent event in the issue’s history.

How to use this task:

This task should be executed right after the storage migration is completed.

Steps to follow:

  1. Open a project containing issues where the "Updated" field has changed after migration.

  2. In your browser, execute the following URL:
    [instance URL]/rest/railsware/1.internal/migration/fixLastUpdated?projectKey=SEC&startFrom=0&issuesNumber=100
    You can specify additional parameters in the URL:

    1. projectKey - to run the task only for the selected project

    2. startFrom=0&issuesNumber=100 - to run the task only for a specific range of issues (e.g., the first 100 issues).

  3. After the task is complete, check the "Updated" field for the issues and compare it with the last event in the History tab to ensure the correct date is reflected.

  4. Download smart-checklist-migration log to see what issues were updated by the URL.