All eazyBI for Jira eazyBI for Confluence Private eazyBI

DateAddDays

EAZYBI Returns date plus a specified number of days.

Syntax

DateAddDays(date, days)

Arguments

dateDate expression.
daysInteger expression for a number of days to add.

Examples

 DateAddDays([Issue].CurrentHierarchyMember.GetDate('Created at'),90)

See report example Blocker Story Plan (Bar as Gantt) in our Demo account. The calculated member Issue end date uses the formula above to set the planned end date for an issue with no due date.

See also