You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi I'm trying to report a section of the carddescription using pattern matching:
create a report in variable "test" with all cards with a description containing "{*}Pagos{*}" using pattern "{wildcard1} {{%Importe $}}\n", and send an email notification to "beyondservicios@gmail.com" with subject "Concluidos" and message "{$test}"
The match works, the email is sent with a list of {{%Importe $}} from each card but the wildcard1 is empty.
I tried an nonexistent word for pattern match and the report is sent totally empty, so match occurs OK in the first place.
Any ideas?
thanks
If my recollection is correct, using {wildcardx} does not work in report variable or collect card patterns and I thing any action “for each....”. Let me know if you have any success. Love to learn.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I suggest you try without using a report variable to make sure the wildcard is working. Then try it on the report variable. That way we know where the problem lies.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes the wildcard is working when used in "when a card with a description containing..." so like you said ti dosnt work in reports.
Finally a can extract data from cards moved into Done to an Excel with Zappier.
Thanks!
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.