/
JMWE Cloud: Add a comment mentioning/tagging all members of a group
JMWE Cloud: Add a comment mentioning/tagging all members of a group
This article explains how to add a comment on a ticket mentioning/tagging all members of a specific group using JMWE Comment issue(s) post-function.
Instructions
This post function can be added in several places based on your requirements: JMWE post-functions added to workflows, or in JMWE Actions: Event-based or Scheduled or Shared Actions.
Add a JMWE Comment issue(s) post-function to your workflow to or an Action, based on your requirement.
Use the following template as the Comment body:
This is a support request. {% if ( ('<group_name>' | groupMembers | length) > 0) %} [~accountid:{{'<group_name>' | groupMembers | join("] [~accountid:", "_accountId")}}] {% endif %} please review!
Replace Placeholders
Replace
<group_name>
with the actual name of the group (case-sensitive, no leading or trailing spaces).Customize the remaining text as needed.
Fill in the other details in the post function based on your use case.
Save the post function.
Example Configuration
This is a support request. {% if ( ('QA team' | groupMembers | length) > 0) %} [~accountid:{{'test group 1' | groupMembers | join("] [~accountid:", "_accountId")}}] {% endif %} please review!
Result:
Related content
How to validate the reporter based on a group using JMWE app
How to validate the reporter based on a group using JMWE app
More like this
JSU Cloud: How to set a field value only if assignee belongs to a particular group
JSU Cloud: How to set a field value only if assignee belongs to a particular group
More like this
JMWE for JIRA Cloud 1.0.8-AC release notes
JMWE for JIRA Cloud 1.0.8-AC release notes
More like this
Add a comment to a linked issue in a service management project
Add a comment to a linked issue in a service management project
More like this
Add members of a group selected in a Group picker (single) field as Watchers of a ticket.
Add members of a group selected in a Group picker (single) field as Watchers of a ticket.
More like this
Send Emails to Members of Group(s) Selected in the Multi-group Picker Field
Send Emails to Members of Group(s) Selected in the Multi-group Picker Field
More like this