Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to get version released date?

Stas May 4, 2015

Hi! I'm using JIRA 6.3.13

I'm trying to modyfy release notes template and faced a problem:

If i set $version it will display version. Its ok

But when i set $version.getReleaseDate() it shows "$version.getReleaseDate()" in template instead of real date

What I'm doing wrong?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
May 4, 2015

$version is the version name. Use $versionObj instead.

${versionObj.releaseDate} should get you the release date.

Stas May 4, 2015

Great! it works! Thank you! Do you know how to deny snowing time?

Jobin Kuruvilla [Adaptavist]
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.
May 4, 2015

There is a DateTool I have used in the past. Do not remember the details now but you might want to search for that.

Krishnanand Nayak
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 9, 2018

trying to piggy back on this as it helped partially solve my issue. does the versionObj also have the build number associated with it?

TAGS
AUG Leaders

Atlassian Community Events