add 3 custom fields field name A,B& SUM,User should be allowed to enter numbers in field A&B.When the user brings focus on the field "sum", addition of the two number A+B should display. thanks pavan.
Hi @Pavan Reddy,
You can get it done by the Automation for Jira add-on, have a look at math-functions.
or use Script runner add-on for reference see the similar question.
Hope this helps you.
Thanks,
Ram.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Both Automation and ScriptRunner work in Cloud.
They do not quite do "scripted fields", but they will allow you to create post-functions and automations that can add up two fields and populate the third (note - not on screen as the user enters them, but after they commit a change, Cloud doesn't support that)
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.