Skip to content

PriorityReportFilter

Compare
Choose a tag to compare
@holgerhagen holgerhagen released this 05 Nov 16:24
· 679 commits to master since this release

Breaking

  • TSK-1758, TSK-1764: Use “state”, “domain” and “workbasket-id” instead of “states”, “domains” and “workbasket-ids” to filter the tasks in the Reporting REST API. This is not really breaking as the documentation already stated this. But the implementation is fixed now to match the documentation.

Major Version Updates

  • A new database schema version (4.11.0) is available. In this new schema, the configurations get a unique name. The last statement in the migration script tries to insert the ‘MASTER’ configuration, as it might be missing in some special scenarios. If the configuration with name ‘MASTER’ is already existing, this will fail, which is ok. As long as there is one entry with name ‘MASTER’ in the configuration table in the end of the database migration, everything is fine.

New

  • TSK-1764: WorkbasketPriorityReport now supports many filter options including state and custom-X.

Improvements

  • TSK-1675: Fix import function to go through http interceptor (fix for Header Tokens such as CSRF)
  • TSK-1755: Fix to support to query task by empty custom fields. From version 4.11.0 on custom fields will never contain null but an empty String. If null is set via the API it will automatically replaced by an empty String. Database migrations scripts are available to replace null with ““ in running TASKANA systems.
  • TSK-1757: additional user properties are not optional as they should have ever been.
  • TSK-1765: working hours correctly set to 7 am to 7 pm.

Complete list of features and fixes

  • TSK-1675: Fix Workbasket and Classification Import
  • TSK-1711: Implement Routing Upload
  • TSK-1745: Use annotations to link config files with TaskanaEngineConfiguration
  • TSK-1751: AccessId is not converted to lowercase when selected in AccessId-Tab of the Admin UI
  • TSK-1752: Fix multiplier handling in calculation of TestPriorityServiceProvider
  • TSK-1754: Update Frontend Dependency
  • TSK-1755: Allow to query empty custom fields on DB2
  • TSK-1756: Propertys f?r optionalen Job sind verpflichtend zu setzen
  • TSK-1757: Es kann nur noch eine TASKANA Instanz zur Zeit gestartet werden
  • TSK-1758: Reporting REST API uses 'states' instead of 'state' for filtering
  • TSK-1759: Convert Excel with routing rules to DMN and upload it to configurable path
  • TSK-1762: Fix code smells
  • TSK-1763: Refactor TaskanaConfigurationInitalizer
  • TSK-1764: WorkbasketPriorityReport is missing almost all filter parameters
  • TSK-1765: Working time calculation is wrong for periods shorter than a hour
  • TSK-1767: Migration scripts to 4.11. are incorrect.