Hello Atlassian Community
need your help!
I want to create automation :
When Issue transitioned, if field is one of... : than Send email . And I want to send values of some fields in the mail. (I do not know if it is important or not, this fields are global and type is Select List (single choice))
When testing this automation, I get email, but there is no value
I try several smart values to get field value {{issue.CustomefieldID}} .
issue.CustomField.id
Can you suggest what to do? which smart value will get the result i want?
p.s. we are using JSM data center
Hi @rsisauri , can you simply this using the following example? Basically just use the JQL condition...
Sorry I don't understand. "Body" of what field? Your original post indicates that you want to send an email if your custom fields have certain value. Or at least that is my interpretation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Body of email.
I want to send email (let's forget about the rest of other conditions of my automation).
And what i want to send by email? Issue Key, Issue Summery ,issue url and the details of this issue.(certain fields)
My problem is while trying to send issue fields.
For example: I have field (it is a single choice field) :Sector and as i mentioned I want to send by email (with automation help) this field value.
I wrote smart value in my automation : {{issue.customfieldID}} but it does not work. As you can see in previous screenshot I got an email , but this field is empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Regarding sending the email and incorporating custom fields into the body please see below example.
1) Example of issue view...
2) Automation rule...
3) resulting email
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried this but it's not working.
When you have text field , it works correctly as we see in your screenshot.
But as i mentioned my fields are drop down type fields(Select List (single choice)), and unfortunately the result in the email is empty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It works for me if I use this smart value format - {{issue.Change Reason}}. "Change Reason" is the field name. So just replace it with your field name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @rsisauri
If you don't mind using add-ons, then it's enough to simply set up a template for notifications in SLA Time and Report for Jira. There are already built-in Shortcodes, and we will soon add more Shortcodes. You can set up notifications for comments on a task (+email) or in SLACK.
This is what this Notification Template Editor looks like:
This application was developed by our company, so I will be happy to help if you have any questions.
Check how it works for you with a 30-day free trial.
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.