Hi,
I've set up an automation where when an issue is created in (SD-XXX) Jira (matching the JQL condition) it will create a new issue (as a bug) in another project DEV (PRDS-XXX) for escalation to the developer then it will trigger an email to the dev group email.
The automation is working but my problem is when it triggers the email it's showing the SD-XXX {{issue.key}} but not the project (PRDS-XXX).
What smart value should I use in this case to show the DEV PRDS-XXX issue key instead, in the triggered email?
Thanks, appreciate your help!
The automation below
Hi @Earl Kabiling ,
perhaps I'm missing something but wouldn't you be able to just take it out of the automation and use the DEV project's notification scheme to accomplish this?
There you would have the Issue Created event which triggers an email.
Or is there a specific case why you are using the Automation for sending the email?
Now if you really need this through the automation you can do it as follows (cause I don't think you can get the smart value without some additional queries):
You add a Branch/Related issues component and send the email from there.
Your Brand rule would look similar to this: (you can use all created issues or most recently created)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ahh that makes sense, thanks @Dirk Ronsmans both of the solutions you have recommended works :)
Much appreciated!
Earl
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.