How can I make this formula in Automation
- value change make
=(Days left this year)*Field1/Days past this year
That should be possible using the date / time and math functions:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-date-and-time/
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-math-expressions/
Perhaps start by using the startOfMonth() and endOfMonth() and perform diff() operations relative to {{now}}
I recommend using a test rule to write your calculations to the audit log to confirm they work as needed.
Kind regards,
Bill
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.
For a question like this, context is important. So the community can help, please provide:
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.