I am trying to create a custom rule or notification where when a specific request type is created in a specific JSM project that will send a notification to s specific email address that is not a member of JSM. An example is i have a request type "Part order" in a project i call FUAV. When a logged in user creates the "Part Order" request an email will get sent to a specific non JSM email address.
Hi Don!
If I understand your question correctly, it should be possible to achieve with an automation like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Tobias. When running thru the steps you show above i'm not seeing the component of "Request Type" equals. See screenshot. We are set up on a cloud based Atlassian environment. I do not see an option to add a component.
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.
After you selected When Issue created do these steps:
Hope that helps! 😊
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you so much Tobias. That worked. The only difference in your options and mine were that i had to use "Customer Request Type: as "Request Type" was not an option. Now i just need to customize the email to included all the information from the ticket. :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Happy to hear that you managed to solve it 😊
(If you didn't know about it previously, I heavily recommend this cheat sheet with Jira smart values to automatically add info from the tickets to your email!)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tobias,
This may sound crazy but i'm totally confused on why i'm not getting the results i thought i would when trying to add information to the body of the sending email. Screenshots are below. As you can see I have all the issu parts set up in the Content section with issue field names but the only data that is coming out right is the "Part Number" Can you tell me what i might be doing wrong?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not super knowledgable regarding custom smart values, but my initial thought is that it would need to have some addtional property after the custom fields name. Then again, the part number was visible with nothing extra 🤔
I would try to add .value after the CF names, like {{issue.Adress1.value}}.
That should make sure to display the filled in info for the field.
Let me know if that works 🤞
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Darn. I was hoping that was the fix but adding .value did not fix it. I'll keep digging around to see if i find anything. Its totally mind-boggling. :-(
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.