To go the response in PDF format is there any Addon for that or any other ways.
@sai armitha With the Better PDF Automation app, you can create a standard Jira Cloud automation rule with these components:
Here is the step-by-step guide how to create a rule that implements this notification mechanism. It is not complicated, your result will look something similar to this:
(Discl. this app is developed by our team.)
Hi @sai armitha and welcome to the community,
So let me get this straight, you want to reply via email with a PDF attachment? And you want to make the user to click 2-3 more times till he/she the confirmation email? This is a bad UX..
Having said that, I don't know if one app alone will do the trick. To start I would use an advanced email handler, a pdf exporter and possibly scriptrunner. And again I wouldn't be sure if that is going to work. Have you search the marketplace for such app?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I AM Asking that currently response getting in text format. But I want to get the response in PDF format via Email.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @sai armitha
You can achieve this with our app - Raley Emails Notifications.
First, create a ODT template file based on which we'll generate a PDF. You can put static and dynamic data from your issue.
Secondly, create a handler for Issue Created and specify reporter as recipient. In message template section specify:
#set($exportId = $raley.exportIssue($issue.key,
"ID OF YOUR SNAPSHOT TEMPLATE"
)
$raley.attachToIssue($exportId, $issue.key)
So, the first line will create a PDF export of your current Jira ticket based on given template and the second line will attach it to the current email notification.
As we're developers of the app, please feel free to reach out if you need any further advice.
Cheers,
Vladimir | RaleyApps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.