Summary
- Asana recently released the ability to archive portfolios.
- Portfolios now have an
archived
field which you can use to archive / unarchive a portfolio (PUT) or to check if a portfolio is archived (GET). - Archived portfolios do not count toward portfolio limits in certain Asana tiers (Advanced tier at the time of writing).
This Asana Help Center article describes the effects of archiving a portfolio.
Usage
GET /portfolios/12345?opt_fields=archived`
{
"gid": "12345",
"resource_type": "portfolio",
"name": "Marketing Portfolio",
"archived": false
}