Active Trello board Report

Krishnamoorthy Bhat
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 10, 2023

I have approximately 700 deals trello created but would like to know out of 700 Trello how many trello boards are actively used 

1 answer

1 vote
Oliver S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 12, 2023

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:

https://api.trello.com/1/organizations/:workspaceID/boards?key=...&token=...&fields=dateLastActivity&sortBy=dateLastActivity&sortOrder=descending

Where key and token would be replaced with your unique tokens. :)

Hope this helps as a starting point!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events