I have approximately 700 deals trello created but would like to know out of 700 Trello how many trello boards are actively used
Hi Krishnamoorthy, welcome to the community! :)
While we don't have this feature natively available in Trello, you can query this information using our API. Specifically, you'll be looking to GET the board's dateLastActivity.
We have a getting started guide here: https://developer.atlassian.com/cloud/trello/guides/rest-api/authorization/
As an example, you could use a query like this to Get dateLastActivity for all boards in a Workspace, sorted by most recently updated:
Where key and token would be replaced with your unique tokens. :)
Hope this helps as a starting point!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.