Good morning everyone,
I am trying to add a comment in a ticket using a generic user instead of the current user.
I typed the following code:
string my_user = "generic_user";
string my_jql = "project = PROJECT and key = '" + key + "'";
if(isNotNull(selectIssues(my_jql))){
addJSDComment(key, my_user, getLastComment(key));
}
Checking the code, I get this message:
Error1: [SIL Error on line: 6, column 5] Routine >> addJSDComment << is not defined!
I would appreciate some help in order to fix it. I am unable to find out any clue about it.
Thank you in advance.
Dario
Is this is solved? If yes please tell me how :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.