When I create or copy a new card I want the job number to automatically update.
Is there a way to do this?
Thanks
Claire in Marketing
@Claire_Ashton there's no automated job number, but every card has a short ID which you can access via a Butler variable, for example:
this isn't a particularly memorable job number, but you could always just refer to it using the first or last 3 digits, for example if the card id comes out as "95g2iwrH" you could just call that job 95g.
I don't think you'll be able to do it with Butler, but this Trellinator function would for example find the maximum job number on the board and add 1 to it and set the created card title to append a job number in the format "#X":
https://gist.github.com/iaindooley/97adc91a07451576cbc62bbf523611ab
You can read more about Trellinator here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am pretty new to Trello in terms of Butler and Power UPS as well but played a bit with it from an automation perspective to know enough using the scripting platform and py-Trello library. The scripting platform has a simple way to trap events on the board like card movement (updateCard actually since the change is the list) or createCard. So once you can do that you can do many things including generating a reference number. I used random number for generating food orders on a Trello. What all this mean is some programming is needed.
others in the community can probably share with you an easier way. But I realised that to do transaction type of use case with Trello you will need some coding and some automation platform that works well with Trello.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.