You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
In my JIRA project, I have a custom date field that uses the calendar picker to select the date. I also have sub-tasks that copy the custom date field, but I want to automatically convert the copied custom field date to the julian date. Is that possible?
I saw the SQL code julianday() SQLite date and time functions | Atlassian Analytics | Atlassian Support
but I am unsure if it's possible. I can set up the automation, but what smart value/coding language will JIRA understand to take 21/Nov/2023 and turn it into YYJJJ format? (if at all possible)
Thank you
The KB you found only applies to Atlassian Analytics, which is a Cloud only application. There is nothing equivalent in automation, so you would have to use math expressions in order to convert the date into a julian date.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.