Hello all!
Very simple script:
string issue_key="DPKTEST-96";
result = %issue_key%.customfield_19512;
Field "customfield_19512" exists in DPKTEST-96, so there are neither compiler nor runtime errors.
But there is one moment: if I update customfield_19512 via Jira web-interface this script returns empty string, but if I update customfield_19512 via SIL this script returns correct result.
I'm new one in SIL, sorry for dumb question...