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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,371
Community Members
 
Community Events
184
Community Groups

Search a card in trello by custom field

Edited

Hi,

I am integrating trello API and i am stuck in search API. Is there any way to search any particular card by the custom field, as i understand /search API allow to filter cards only on cards fields not custom field.

Also, is there any way to find recently modified records where i can find which are updated today or recently by passing the start time?

 

2 answers

0 votes
Laura Holton _Valiantys_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 25, 2022

Hi @Bodhi 👋

Welcome to the Community! To help, I would recommend taking a look at this support article on How to Filter Trello Cards by Custom Field - hopefully that may be able to shed some light. 

I hope this helps but if you have any other questions just ask away 😃

All the best,

Laura

@Laura Holton _Valiantys_ I believe what you mentioned is UI process, what I am looking is to filter by Trello API. 

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.
May 25, 2022 • edited

@Bodhi 

Well if that is what the api says then I like you just have to do some coding like using list comprehension ....see example to get call cards where Task Status == 'Completed'

[card for card in board.open_cards() if card.get_custom_field_by_name('Task Status').value == 'Completed']

Yes, I cheated.

This same process can be done with gather cards in Cascade.

@milynnus I am looking directy to use trello  API. BTW can you mentioned in what langauage you have wrote that query or use any trello library?

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.
May 25, 2022

@Bodhi 

Check out py-trello

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events