Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Abstract

This code snippet adds certain number of days to a Date field.

Logic

Access the date and add the number of days to it.

Snippet 

{{ <Date field> | dateadd(<Number of days>,"d") }}
Placeholders
PlaceholderDescriptionExample
<Date Object>Access a date field{{issue.fields.created}}
<Number of days>
The number of days to be added5d

Context

The output of this snippet is a Timestamp which you can use to set a Date/Timestamp field in Set field value and Set field value of linked issues post-function.

Use cases

Reference

Filter by label

There are no items with the selected labels at this time.

  • No labels