Version 5.0
Released on Oct 08, 2024
Implemented yearly schedule and made some UI changes
Version 4.0
Released on Jul 04, 2024
Bug Fixes:
1.If any of the ticket fields are marked as mandatory after the schedule creation, the ticket creation for that particular schedule will fail. Therefore, we are showing the error message for the failed API request on the Executed Schedules page.
2.If any of the ticket fields were deleted or archived after the schedule was created, the ticket creation for that particular schedule would fail. Now that we have fixed this issue, ticket creation will be completed without fail, even if ticket fields are deleted.
New Feature:
We implemented user-level access for the application. The app user can define this access on the settings page during installation, and they can modify this configuration after the app installation on the settings page.
Create : With create access, they can create schedules.
View : With view access, they can view all schedules.
Edit : With edit access, they can edit all schedules.
Delete : With delete access, they can delete all schedules.
Full access : With full access, they can view all modules in the app (executed schedules and deleted schedules) and perform all the above operations.
Version 3.0
Released on Sep 25, 2023
Inconsistency app loader issue fixes.
Version 2.0
Released on Sep 08, 2023
Inconsistancy in app loading Bug Fixed