Organizations, People and Tasks now have a new advanced search filter: Assessments. When adding this filter, you can add the assessment you want to search for. If that assessment has top-level questions which are choice fields, these are added as additional filters to find specific assessments. Note that for ondemand assessments with an assessment date, only the assessment with the latest assessment date is considered, provided the assessment has not expired!
Superuser changes
None.
Admin changes
None.
System admin changes
[x] anet.yml or anet-dictionary.yml needs change
If your dictionary has an assessment definition with onDemandAssessmentExpirationDays, an expirationDate field is now also required, e.g.:
assessmentDefinition:
label: […]
recurrence: ondemand
onDemandAssessmentExpirationDays: 180
questions:
assessmentDate:
type: date
label: Assessment date
expirationDate:
type: date
label: Expiration date
[…]
[ ] db needs migration
[ ] documentation has changed
[x] graphql schema has changed
Checklist
[x] Described the user behavior in PR body
[x] Referenced/updated all related issues
[x] commits follow a repo#issue: Title title format and these 7 rules
[x] commits have a clean history, otherwise PR may be squash-merged
[x] Added and/or updated unit tests
[ ] Added and/or updated e2e tests
[ ] Added and/or updated data migrations
[ ] Updated documentation
[x] Resolved all build errors and warnings
[ ] Opened debt issues for anything not resolved here
It is now possible to find Organizations, People or Tasks that have a specific assessment linked to them.
Closes AB#1000
User changes
Superuser changes
Admin changes
System admin changes
onDemandAssessmentExpirationDays
, anexpirationDate
field is now also required, e.g.:Checklist
repo#issue: Title
title format and these 7 rules