Versions Compared

Key

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

...

Feature extensions

Short Description

Detailed Feature Description

Make severity of issues configurable

The severity levels for issues can now be defined individually via the administration area. In addition to an identifier and a title, the default days/hours/minutes until due date can be set. It is also possible to define which severity level is used by default.

Add issue

Role management: assign issues to its users and groups

From now on, it is possible to define in more detail in the role management to whom users can assign issues. A distinction is made between assigning to all users and all groups and assigning to my users and my groups. In the second variant, similar to the checklist authorization, issues can only be assigned to users who are in the same group as the user.

Standard Roles Comparison

Public API: ChecklistRevision Patch Endpoint

State changes to a checklist template can now be made via the Testify Public API. The following options exist:

  • Published → Draft (if no draft currently exists, a new revision is created in draft status)

  • Published -> Disabled (revision will be disabled. If a draft exists, it will remain untouched)

  • Disabled-> Published (a disabled revision is re-enabled)

  • Disabled -> Draft (new revision in draft status if no draft currently exists)

Testify API Documentation

Testify Release v4.67.0 also includes improvements and bug fixes to groups and checklists.