You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
Overview
Add a property to the
Job
model that tracks if that jobisActive
.In Asana, track this using the
project.archived
property.Modify the
Job
deserializing function to extract project archived status.You may need to make a pull request to kotlin-asana to ensure the archived property is retrieved.
Use cases
Running a sync on all jobs that are not archived.
The text was updated successfully, but these errors were encountered: