Forums

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

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-
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.
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