how to retrieve the parent Original Estimate field with script field

Michael shechter July 9, 2017

Hello,

i want to get Original Estimate  field of the parent issue with script field.

how can i do it ?

thanks.

 

1 answer

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 9, 2017

It's issue.getParentObject().getOriginalEstimate()

See this and the rest at https://docs.atlassian.com/jira/7.2.2/com/atlassian/jira/issue/Issue.html

Suggest an answer

Log in or Sign up to answer