I have a small issue while i use the below code.
MutableIssue mutableIssue = (MutableIssue) issueEvent.getIssue();
if(projKey.equals("its")){
Timestamp currentTimestamp = new Timestamp(cal.getTime().getTime());
mutableIssue.setDueDate(currentTimestamp); // This line is not setting the due date.
issueManager.createIssueObject(issueEvent.getUser(), mutableIssue); // This line creates issue multiple times....
}
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.