Forums

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

Automation email of released version - Related Work links

Ohad Shalev November 8, 2022

Hi,

I'm trying to edit the automated email I'm sending whenever a new version is released. At the moment the email looks like that:

We are excited to announce the release of {{version.name}} version.

So, what's included in the new version?

{{#lookupIssues}}
* {{key}} - {{issueType.name}} - {{summary}}
{{/}}

 

Right before the release, we are adding a link inside the "Related Work" section for the updated release notes on our documentation site. How can I add this link (it is different in every version...) to the automated email content? 

1 answer

1 accepted

0 votes
Answer accepted
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.
November 8, 2022

Hi @Ohad Shalev -- Welcome to the Atlassian Community!

At this time, there is no non-experimental REST API method to access that content, and so no way for rules to access it either.  You may watch this thread in the developer community to learn when that changes: https://community.developer.atlassian.com/t/api-for-release-related-work-links/60951

Re-reading that thread, there is an experimental function, and the Atlassian staff member who commented recommended waiting to use a public method later.

The only work-around I can think of is to send a link to the specific releases page as that will show the issues and the links you add.

Kind regards,
Bill

Ohad Shalev November 10, 2022

Thanks @Bill Sheboy

I ended up using a workaround of putting the external link to our documentation site, and keeping it dynamic with version numbers with the assistance of smart values -

replace(String target, String replacement)

Like Bill Sheboy likes this

Suggest an answer

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

Atlassian Community Events