Hi all,
I would like to do a calculation using two project variables. "Number of Developers" and "Days".
Is it posible to do a calculation like "Number of Developers" * "Days"? I don´t need a query because I have all the required values as project variables.
I´m not sure if there is another way to do that, but I am using a wiki page for this. I tried something like this, but it is not working:
project-variable name: (Developers in Current Iteration)
*project-variable name: (Days)
I guess there should be a workaround at least, but I can´t find it.
Thanks in advance,
Ariel.
Code Snippet
project-variable name: (Developers in Current Iteration)
*project-variable name: (Days)
Comments
2 comments
I have found a workaround for this problem using a Formula Card Property type.
In the formula this is what I have added: ('End Date' - 'Start Date' - 2 - 1 - 0) * 5 * 0.8
("End Date" - "Start Date" - ("Weekend Days") - ("Holidays") - ("Dev days off")) * ("# of Developers") * ("Productivity Factor")
Hey Ariel
Yes, currently we do not support calculation within wiki pages or cards but the method you have come to is the workaround I would suggest for this.
Please let us know if you need any more information on this.
- Suzie
Please sign in to leave a comment.