I am trying to create a Jira Structure Formula field that tells me if a date in a custom field is older than 30 days from today.
I can get today's serial number and add 30 days of seconds to it, but when I try to take this little formula (today()+2592000) and use it anywhere else, it doesn't work as expected. I can do this: format_datetime((today()+2592000),"dd-MM-yy") and it gives me today's date. Taking out the addition gives the same result.
I have tried a number of different formulas and ways to break it down, with no luck.
Any ideas?