I'm trying to build timelines dynamically.
Today's date I got working.
Tomorrow's date?
2 days away?
N days ahead?
Out of the box, I don't know any way of achieving this. Even variables on templates only accept, single select, text and multi text field. No dates. What exactly is your goal, and where do you want to place this date?
Perhaps the only way to achieve this is to use Jira automation and add smart values on the page title, like e.g {{now.plusDays(2)}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.