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
Hello! Please tell me the name of the system field "decision date", for example, "creation date" is {{issue.created}}, but I do not know the "decision date". Field {{issue.resolved}} - returns the solution field itself, but not the date. And I need a date. I will be very grateful. Thanks!
"Decision date" is not a system field, it's a custom field (added by an app or an administrator). You'll need to use the custom field smart value.
Welcome to the Community!!
Its {{issue.decision date}}
Will you please include the screenshot of what you are referring to
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I need to find the time to work on the task, I implement it through the mathematical formula {{[date1].diff([date2]).[unit]}} where date1 is the "creation date" field (issue.created), but date2 - there should be the value of the "decision date" field. For example (screenshot), the task was created at 7:46, and solved at 7:52 . Through this mathematical formula, I need to find these 12 minutes. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For example, the formula {{issue.created.diff(now).minutes}} returns a value, but {{issue.created.diff(issue.decision.date).minutes}} does not work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.