Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to filter cards that were updated recently?

A February 15, 2022

Instead of looping through thousands of cards, I would like to get the cards that have been updated recently. 

How can I extract this information based on a specified date or a date range? Let's say that I ran an ETL on 2/7/22 and extracted information for cards A, B, and C.  I then decide to run the ETL again on 2/14/22.  If cards A, B, C have no new activity in the past week, I don't want to query those cards.  I only want to query the cards that were changed after my last ETL run.

Thank you for your help.

2 answers

0 votes
milynnus
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 15, 2022

@A 

Try Dashcard to see if allows you to do that. I am aware there is a filter for last modified.  

0 votes
Michael Pryor
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 15, 2022

On the right hand sidebar on the board, there is an activity feed which lists all the activities on the board.  You could just look there?

Or did you want to do it programatically? https://developer.atlassian.com/cloud/trello/rest/api-group-boards/#api-boards-id-get

A February 16, 2022

Thanks.  I need to do it using Python.

Michael Pryor
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 16, 2022

This python library should help:

https://pypi.org/project/py-trello/

 

Also, please refer to our dev documentation at https://developer.atlassian.com/cloud/trello/

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events