Hello everyone,
We are using the timetracking funtcion in several projects.
Now it is the case that X costs are incurred per working hour. This should be automatically calculated and displayed in the task based on the logged time.
Unfortunately, I can't find an option to include this.
I thought of creating an automation which then fills a field provided for this purpose, but unfortunately this does not work. At least I couldn't get it to work.
Can anyone help me?
Best regards
Lara
Hi @Benjamin thanks for your answer.
I have inserted the automation as described there with the following formula: {{#=}}{{issue.Zeiterfassung.value}}*{{53,57}}{{/}}
But after executing the rule, I get the following error message in the audit log: Failed to get value for 53,57: {{#=}}{{issue.Zeiterfassung.value}}*{{53,57}}{{/}}
I have adjusted/changed the formula a few more times, but each time I get an error message.
Can you tell me what I need to change there?
Best regards
Lara
You welcome. Look like it's complaining about the expression you have with 53,57. It should be just an integer based on the examples. What exactly are you trying to calculate? Have you tried replacing a number instead of using 53,57?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome.
Looks like you. are trying to calculate x cost based on some formula with logged time.
This article might help you in the direction you are heading:
https://community.atlassian.com/t5/Jira-questions/Calculated-field-in-the-cloud/qaq-p/2224242
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.