I’m getting ready to write a script that will take a given task, look at its stories (comments), look at who posted last to the comment, and create a tag of a certain color based on whether the user is a member of the development team or not. My current questions are:
is it possible to sort by date so that I can get only the most recent story?
is there an easy way to identify the poster as a member of our development team or not?
returns an array of objects for user “me” that include a name property which is the team name, so if one of them matches “Development” the user is a team member.
@Joe_Trollo, I think the API documentation is missing mention of the need for the parameter organization=:gid, right?