Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira automation while sending MS teams notification, how to add summary while sending notification

Robin Kapoor
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 14, 2023

Hi Team,

I am trying to create an automation rule in Jira which should trigger a teams notification once a Particular Version is released but it should also send the Jira summary which are in the Version and that is the only part not happening. Can someone help with that if i have to add more conditions to the rule?

Here is the rule created:

image.png

Notification looks like:
image.png

So issue.summary is not getting added in the Teams notification.

1 answer

1 vote
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 14, 2023

Hi @Robin Kapoor -- Welcome to the Atlassian Community!

The versions are independent of the issues (even though they relate through fields).

To do what you asked, I recommend using the Lookup Issues action to find the issues associated to the released version, and then you can list them in the message.

For an example of that, please look here: https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Lookup-issues

So the rule would be something like this:

  • trigger: version released
  • action: lookup issues with JQL, such as fixVersion = {{version}}
  • action: send your message, referencing the lookup

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events