Fixed Date on View Issue

Holan Shetlar June 27, 2018

I'm looking for a way to display the fixed version Start Date on the view screen via a custom script runner field.

Does anyone have any suggestions?  

1 answer

0 votes
Alexey Matveev
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 27, 2018

Hello,

The code for the scripted field would be like this:

issue.getFixVersions()?.first().getStartDate()

Suggest an answer

Log in or Sign up to answer