Forums

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

Any solution for how can i see version's start date and release date on Issue

sandeepsai December 21, 2018

Any solution for how  can i see version's start date and release date on Issue

 

Hopefully with Script runner custom  field, does any buddy can help me  ?

1 answer

1 vote
Elifcan Cakmak
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.
December 21, 2018

Hello,

Yes you can do it with Script Field of Script Runner plugin.

For the start date try:

issue.fixVersions*.startDate

For the release date try:

issue.fixVersions*.releaseDate

Regards,

Elifcan 

sandeepsai January 22, 2019

its showing result with this  $dateFormatterWithoutTime.format($value) 
please suggest.

Suggest an answer

Log in or Sign up to answer