- Get started
- About
- Glossary
- First steps
- Migration to Cloud
- Integrations points
- Create issue from template
- Recreate issue
- Apply template
- Apply template post function
- Legacy automation action
- Template custom field on issue create screen
- Apply template via issue property
- Configuration
- Repository
- Template's configuration
- Using templates
- Copy Epic
- Copy links and linked issues
- Copy Subtasks
- Copy Initiatives
- Using Variables
- Static variables
- Dynamic variables
- Smart defaults
- Basics
- Smart issues
- Smart users
- Smart dates
- Smart project
- How to use smart defaults
- Security
- Security statement
- App permissions
Last updated Sep 20, 2021
Smart dates
Learn about using Smart date and time expressions in Smart defaults.
With smart defaults you are able to receive information about date and time. You can use the following smart expressions:
plusBusinessDays
- adds given number of days omitting weekends. Math operations are calculated in UTC.minusBusinessDays
- subtracts given number of days omitting weekends.toBusinessDay
- takes the given date, and returns the next business date.now
- displays current date and time.now.format("yyyy-MM-dd")
- returns current date and time with given format.