final GenericValue securityLevel = mIssue.getSecurityLevel();
final ClientSLAConfig clientSLAConfiguration = SLAServiceJob.getClientSLAConfiguration(securityLevel.getString("name"), project.getName());
if (clientSLAConfiguration != null)
{
User user;
try {
user = UserUtils.getUser(SLAServiceJob.getSLAServiceUserName());
} catch (EntityNotFoundException e) {
e.printStackTrace();
throw new WorkflowException(e.getMessage());