Hi there! I'd like to automate the creation of scheduled recurring tasks and send email reminders to the team members mentioned in the recurring tasks.
The setup I have chosen (below) only creates the task but doesn't send an email to the team members mentioned in the task. I have tried with JQL search and with just executing conditions and actions. Nothing works. Do I need a condition or something?
Ideally, I'd also like to push the issue straight into the "Prepared" column instead of the Backlog.
Please also consider that I'm working with Jira v8.20.13
Really appreciate any help :-)
Hi @Heidi -- Welcome to the Atlassian Community!
When you create an issue in a rule, you may refer to it using {{createdIssue}} to access its fields. If you create multiple issues, you may instead use {{createdIssues}} Those can be referenced in your email.
And...once you create the issue(s) you can then branch to most recently created issue (or issues), and use the Transition Action to change their status.
Kind regards,
Bill
Hi @Bill Sheboy Thank you for your prompt reply!
I implemented your suggestion,
and this is the result.
I'm wondering why there is no issue present. Is there anything else I need to consider?
The transition worked beautifully! :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Would you please post an image of your revised, complete rule? Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! Does your scheduled trigger have JQL to access any issues from which to copy into the new Task?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No. The trigger is as above in the image. I simply want to create the same ticket with a smart checklist each month. Is it only possible to send emails if I use JQL in the trigger?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, that should have no impact: you can send an email at any point in the rule.
The only limitation is if you want issue data/fields in the email, you want the email action at the correct location in the rule to "see" the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have any suggestion why my current setup doesn't work? It doesn't send emails because it can't read out the roles "Assignee" "Additional Editors" etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are trying to send the email to users referenced in the newly created issue, your two options are:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome; I am glad to learn that helped.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.