Package com.atlassian.jira.issue.fields

Examples of com.atlassian.jira.issue.fields.CustomField.updateValue()


      SLAServiceJob.updateIssueSLAFields(clientSLAConfiguration, dateResolved, dateResponded,
          slaLastCalculated, responseSlaState,
          fixSlaState, timeElapsed, onHold, mIssue, user);
    }
    final Object onHoldVal = mIssue.getCustomFieldValue(onHold);
    onHold.updateValue(null, mIssue, new ModifiedValue(onHoldVal, new Timestamp(System.currentTimeMillis())), new DefaultIssueChangeHolder());

  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.