How to define due date field by math expression?

Róbert Szabó November 23, 2017

Hey Guys,

I'd like to create a monthly recurring issue with a due date that is 2 day later than the creation date of the current issue.

 

Could you help what advanced code I should write in?

Thanks in advance,

Robert

3 answers

2 accepted

0 votes
Answer accepted
andreas
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 23, 2017

Hi Robert,

Yeah what you have works fine.  You can also use this directly in the 'Due date' field in the simple form btw (no need for advanced JSON).  So you can just paste this into the field:

{{#now}}func=plusDays(2).toBusinessDay(){{/}}

For more info on date functions, see our docs: https://codebarrel.atlassian.net/wiki/spaces/AUTO4J/pages/24903696/Working+with+Dates

Cheers,
  Andreas

Róbert Szabó November 23, 2017

Hi Andreas,

cool, thanks a lot for the answer! :D

Regards,

Robert

0 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 23, 2017

Hello, what do you mean by monthly recurring issue and how is it related to the current issue? And what is the event when the reccuring issue must be created?

0 votes
Róbert Szabó November 23, 2017

Hello Alexey,

 

thanks for the quick reply, I solved it in the meantime:

 

{
"fields": {
"duedate" : "{{#now}}func=plusDays(2).toBusinessDay(){{/}}"
}
}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events