You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I'm trying to generate a report of all cards on a board, send report to email account. I'm getting the email but there is nothing showing on the report itself (in the body of the email). Here is my syntax:
every day at 11:30 pm, create a report in variable "Report" with all cards, and send an email notification to "EMAIL ADDRESS" with subject "Report" and message "\"\\"{$Report:}\\"\""
I think the problem is that you've added a ":" into the report variable.
Your rule should be:
every day at 11:30 pm, create a report in variable "Report" with all cards, and send an email notification to "EMAIL ADDRESS" with subject "Report" and message "${Report}"
The variable is "Report", not "Report:" 😄
Hope that helps,
Felix
After a decade of growing the most ubiquitous visual framework for productivity and project management, we are evolving Trello’s boards, lists, and cards model to bring context to content and help te...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.