[Change] Upcoming changes to project privacy settings

Hi John,

Any advice on how I should detect the difference between a ‘private’ and ‘team private’ / ‘team shared’ project? I can’t tell any difference from the returned Project records in terms of team membership, etc.

The private_to_team privacy setting is not returned (just private) so I assume this value may have already been deprecated in favour of the sharing mechanism you mentioned, but I can’t see how to either view or change the sharing status via the API?

Here is a diff of two new projects created in the same team, one set to private and the other shared with the team:

Edit: reading [Change] Project team sharing is coming! - #4 by Phil_Seeman I see I will need to call the memberships endpoint to work this out.