Skip to main content
Version: 1.2.1

Patch 1.0.1

Demo data

A demo data package for the SDLC application is available. It contains records of the application entities illustrating the main features of the application. The demo data allow users to better understand the principles the product is based on, master the available features, and model the use of the product in the close to real-world conditions.

Fixes

DEF0018225: Records were not displayed in the dynamic filter of the Project field on the task forms with filled in Product field for users with the pda_admin and pda_user roles who were not a team leader or member of the project. Now, the filter works correclty in cases when the user has both roles and the limitations for the pda_user do not apply to them.

Scrum module fixes

DEF0018226: The logic according to which the Sprint field is populated on the task forms when completing a sprint has been fixed. Now, when the Move to a different sprint option is selected, the value in the Sprint field is changed to the new sprint.

DEF0018198: Validation and additional logic has been added for the Start date and End date fields on the sprint form:

  • When a new record is created, the fields are automatically filled in according to the following logic:
    • if no sprints have been created for the project or all created sprints have been completed or canceled, the Start date = current date and End date = Start date + project sprint duration.
    • if the project has new or active sprints, the Start date = the date following the end date of the latest new or active sprint and End date = Start date + project sprint duration.
  • You cannot create a sprint with a start date later than the end date.
  • If the dates specified at the record creation do not comply with the sprint duration, then, when the sprint is started, they are automatically adjusted to comply with the sprint duration specified in the project.

Kanban module fixes

DEF0018187: The swimlane rules could not be created via the related list of the swimlane form. This issue has been fixed by correcting the external script called when the New button located in the board and swimlane rule forms related lists is clicked. The issue took place because the script ignored that swimlane rules did not have the Project field.

DEF0018155: The Create task button has been added to the Add tasks to backlog widget.