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,552,201
Community Members
 
Community Events
184
Community Groups

Is is possible to develop code for Trello to automate specific client reuirements

Hi,

I am already familiar with Trello Butler and using it widely for my current clients however I am now getting more complex automation requirements for which Butler does not have a solution.

For example my client has a rental out date and a rental in date. He would like trello to automatically calculate the duration and in addition to use this duration to update a new  rental in date when he manually changes the rental out date.

I appreciate this may require some coding experience and would appreciate it if anyone can advise if there is a  language or a power up solution.

I see similar requests as my clients become more experienced with Trello

I am not a coder and if we can justfy the cost would subcontact this.

Thanks,

Peter C.

4 answers

4 accepted

Hi. For my company, I also supplemented Butler with the code that I wrote myself, as a result, 80% of the automation is now done by my code.

At first I used web applications in Google Apps Script (run javascript code), and its logging in Google Cloud.

Then I wrote my server in Node.js (+ Express ) and ran it on an Oracle virtual machine.

Contact me, let's chat. I will tell you in detail about the points that interest you, maybe I already have ready-made solutions for your requests.

0 votes
Answer accepted
Vongsawat
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.
Apr 20, 2023

The Trello REST API allows for HTTP requests to hook it up to say a dedicated program on some server to do more complex operations. Or up to Zapier/Make and similar freemium automation sites for simpler things. Though others are more specialized in this than me.

But specifically to the example problem stated. After some tinkering, I'm pretty sure that's still within the realms of Butler, if a tad high-level. Still figuring out some niche cases and would have to rework it entirely for client-use, but I think it can be done entirely natively.

Feel free to get in touch if you're interested.

0 votes
Answer accepted
Dreamsuite Mike
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 20, 2023

Hi Peter, 

 

You can crudely do what you are asking with automation because you can perform arithmetic and you can format the date variables based on this:

https://momentjs.com/docs/#/displaying/

This will allow you to do a [rental out date] - [rental in date]  and return a result in days for example...

I have created a time tracking solution using just Butler. 

Give me a shout if you want further help with this.

Cheers,

 

Mike

0 votes
Answer accepted
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.
Apr 20, 2023

@Peter Cranston 

You have probably noticed that Trello does not do much calculation nor does it handle conditional if else type logic. It does provide a http request which can be embedded within your automation. Your endpoint can, in turn, call other software api or Trello api. 

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.
Apr 20, 2023 • edited

@Peter Cranston 

Screen Shot 2023-04-21 at 6.24.24 AM.jpg

Just completed this for a client. Cash added via comment. Subsequent cash added will trigger a call to zapier via HTTP to create a new total and update the cardname.

Thanks to everyone for your comprehensive answers. I now know that code can be written for more complex automations if the business casewarrents it.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events