Hello!
I'm searching to find a way to create a scoring calculation within Jira. I was thinking if I could have e.g. 2 custom fields to represent a score for value and impact, would I be able to create an automation that would multiply those values and place the output on another custom field?
Many thanks in advance!
Hi @Dimos,
Sure, you can use math expressions in Automation. To get started, check out these docs:
Your expression will look something like this:
{{#=}}{{issue.Field1}} * {{issue.Field2}}{{/}}
I can't thank you enough for your enormous help here!!!
I have created all the automations I needed and realised how much more potential is there!!
Many many thanks for your help!
Take care
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.