Hi,
I am trying to add a condition to a workflow. The condition is to validate if the issue's parent link issue has certain custom fields populated.
Here is what I could figure out so far:
issue.customfield_10018.value!=null
where customfield_10018 is parent link field.
Even above code does not give the expected output. The parent link on issue is populated but the above Jira expression keep returning 'false'.