Updating due date on JIRA Cloud post script function (ScriptRunner)

Pujan Ziaie October 19, 2017

Hello,

I am configuring a workflow on JIRA Cloud and trying to set a custom field date automatically based on another date (also custom field). The new date should be seven days before the other one. So far I have this:

def rolloutDateCf = issue.fields[10127] as Date
issueInput.update.customfield_10140 = new Timestamp((rolloutDateCf - 7).time) // set app deadline to rollout date minus 7  days

Timestamp cannot be resolved (obviously). How can I access Timestamp object on the cloud? Is there another way do it (calculate new time) without the TimeStamp or Calendar objects?

Any helps are appreciated! :)

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events