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 ?
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
its showing result with this $dateFormatterWithoutTime.format($value)
please suggest.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.