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
Activity should have an associated task id so we can pull task info, and possibly some optional items like comment id or body if available. I'm not sure what the standardized fields should be, I'll let you review the providers that have it and decide yourself.
The text was updated successfully, but these errors were encountered:
Most project management systems have an activity api or some sort of RSS feed to pull data about changes to tasks, comments, and whatnot.
I'd like to have that added to TaskMapper.
I envision something like:
project.activities(from)
project.activities(from, to)
Activity should have an associated task id so we can pull task info, and possibly some optional items like comment id or body if available. I'm not sure what the standardized fields should be, I'll let you review the providers that have it and decide yourself.
The text was updated successfully, but these errors were encountered: