hi,
How can I write information from "issue" with "post function" in "Jira" to the body of the mail?
For example:
Issue Summary
Issue Desciription: ...
Hi @Sema YILDIRIM - Here's some more information to get you started with Automation For Jira:
There are two types of automation:
Automation Basics: https://www.atlassian.com/software/jira/guides/expand-jira/automation
You can do this via global rules to apply to all projects also. You'll need to be a Jira Admin/Site Admin, go to Jira Settings > System > Automation Rules (left-hand menu).
For more on using Automation For Jira see these help pages.
So you will create a rule with the Issue Transitioned trigger.
Then add any Conditions you want
And finally, click New Action and add Send Email.
Hi @Sema YILDIRIM ,
With the help of Automation of Jira app, you can write an automation rule like when issue is transitioned( trigger) ,send Email(action) with required details. Also automation for Jira provides smart values which can substituted in mail body for issue summary,description,reporter etc.
Thanks,
Avinash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you share sample code? I'm doing it with custom script. Because I will get the mail content from a different database.
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.