Autoclose Knowledge Feedback tasks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 02:22 AM
When a KB Feedback Task has been in the Resolved State for more than 2 Days (48 Hours), it should be automatically moved to the Closed state. help me with the best solution.
thanks in advance,
regards
saikumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 12:48 AM
Hi @Robbie , @Mark Manders im using the below scheduled job script to close the kft tasks based on sate is 'resolved' and and the field 'updated on'. but i missing something here . if any one has logic for these help me with these.
im using 40 minutes in place of days to test.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2024 10:52 PM
Why are you making it so difficult? Run it once a day and create your encoded query for the selection of tasks on 'state is resolved AND resolved_at before 2 days ago'. It will close all of the tasks that are (over) 2 days on the resolved state. We're talking about feedback tasks. On these it shouldn't matter if they are on resolved for 48 hours or for 71 hours and 59 minutes (which is the max when running it once a day).
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark