Hello,
I have a filter that shows some numeric columns. I would like to add the value of some them to have one column that shows the addition (in Rich Filter ?).
For example:
I would like to have a column that will add column 2 (TPD) and 5 (Dev Act Effort), so the values will be:
2
2
12
12
30
is it possible dynamically ?
Community moderators have prevented the ability to post new answers.
Hi Stéphane - Welcome to the Atlassian Community!
Are you using Server version or Jira Cloud?
You can use Automation for Jira to do the math.
First create a new number custom field. Then create a rule to add the two fields. I can give further instructions if this is the path you want to try.
You need to have a calculated custom field.
You can check the documentation here:
https://scriptrunner.adaptavist.com/5.0.4/jira/scripted-fields.html
Best regards,
Pedro Felgueiras
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How is this possible. I need to add story points and test estimate together to give me Total story points in a rich filter gadget. I have been looking at all documentation and it says this can not be done using rich filters. Please can you assist and let me know if this is possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes possible
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.