if (issueId > 0) {
util.persistJdo(new IssueJdoEntry(wavelet.getDomain(), blip, project, issueId));
// Create a new blip with issue creation info.
String issueWebLink = projectHostingHelper.getWebIssueEntryUrl(project, issueId);
wavelet.setTitle(wavelet.getTitle() + " - " + issueWebLink);
blip.all(ElementType.BUTTON, Restriction.of("name", "createIssue")).delete();
} else {
wavelet.reply("\nsubmitNewIssue failed()");
}
}
}