How can i get field value?

I have validator for creation issue. I need to check “Linked Issue” field. How can i get this value programmatically in Java Plugin? I tried to use CustomFieldManager, but this field is not custom.

Hi Flex,

Have you tried the IssueLinkManager?
https://docs.atlassian.com/software/jira/docs/api/9.7.2/com/atlassian/jira/issue/link/IssueLinkManager.html

Regards,
Ferenc