I'm looking to hide all content that is sent as an email when a comment is made on a ticket in a specific project, and instead simply notify the relevant parties that a comment has been added to the ticket. This change should only impact this single project, and not be a global setting. I've already looked at modifying the project's notification scheme and email template, but neither seemed like a good way to achieve this. I've also seen recommendations for utilizing 'restricted' comments, but my understanding is that this will prevent a notification altogether if the relevant parties aren't added to the comment visibility, or will still display all comment content in the notification email if the relevant parties ARE added to the comment visibility. Is there any way to achieve this in Jira Data Center? Thank you!
Hi @Herrick G_ The only way I can think of accomplishing this is by replacing the native notification behavior with Jira Automation.
First, can you confirm whether this is for Jira Service Management or Jira Software? If Jira Service Management, is this for customers, agents, or both?
We're using Jira Software. Would replacing the native notification behavior with Jira Automation be a global configuration change that impacts all existing projects, or could this be accomplished on a project-specific basis?
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do this on a per project basis. You would just need to establish a new notification scheme where the following notifications are set to none:
You would replace with three automation rules (one for each type of notification that being replaced. Here's a sample for the first rule:
Rule 1: Comment Added
{{issue.reporter.emailAddress}}
New comment on {{issue.key}}: {{issue.summary}}
A new comment was added to <a href="{{issue.url}}">{{issue.key}}</a> by {{comment.author.displayName at {{comment.created}}
You would follow the same approach for the other two rules adjusting the trigger accordingly.
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.