Hello, we use a Trello board to track our departmental projects and requests. We archive cards in the completed list monthly to improve performance and reduce clutter on our board.
I have built a Power BI dashboard that shows me all of the cards in a list that I can filter by member, date of last activity, and see the title/link to card. The intent was to use this for performance evaluations and easily see the various projects and activities of each team member throughout the year. However, I cannot seem to see archived cards, only those that are still active in the board.
I'm wondering if anyone knows how to view both active and archived cards through the Power BI using the Trello API? I do see a field titled Column1.closed, which I thought might be what I was after, but the only value available is 'FALSE' so I can't force it to show me those that are in an archived or closed state. Any help is much appreciated!
Although I do not see it here :
https://developer.atlassian.com/cloud/trello/rest/api-group-lists/#api-lists-id-cards-get
It appears that you can add a query parameter 'filter' with values "open" or "closed". This is based on a python library I am using. Try it.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.