I have a very simple code trying to create a test issue, i'm sure of the project key and the issue type.
i'm using jira 7.1.4 and power scripts 4.0.6
My code : runnerLog("before ");
string DestinatairesG = createIssue("KYC","","6","test creation", "", "myKYC" , {}, "", "", "", "");
runnerLog("after :"+DestinatairesG);
runnerLog("display :"+%DestinatairesG%.summary);
my error:
Exception while executing SIL program >>testsil<<: [SIL Error on line: 7, column: 23] [SIL Error on line: 7, column: 39] Field >><< cannot be matched against a standard field, a custom field or an alias. What is it?