Forums

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

How to access release notes from Version I'm releasing

Ribamar Santos
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!
April 1, 2020

Hi guys, 

I'm creating a webhook to send all tickets in a release version. 

So the trigger is When a version is released. 

I'm able to get {{version.name}} for example but I would like to get all issues in that created version. 

to print sth like

{{key}} {{summary}}

Also how Can I get the description field from the version ? 

I was able to use some field on version part of this link:

https://support.atlassian.com/jira-software-cloud/docs/smart-values-general/

 

Thanks in advance.

1 answer

0 votes
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.
June 29, 2020

Hi @Ribamar Santos 

How are you collecting the issues associated to the version?  For example, if you did this with the automation rules, you would use a lookup with JQL for the FixVersion, and then iterate on the values, such as using HTML formatting: 

<ul>
{{#lookupIssues}}
<li><a href="{{url}}">{{key}} - {{summary}}</a></li>
{{/}}
</ul>

For the version's description use {{version.description}}

You may find more of the version attributes here: https://support.atlassian.com/jira-software-cloud/docs/smart-values-general/

 

Best regards,
Bill

Suggest an answer

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

Atlassian Community Events