Im having QA points and Dev points numerical fields and want to sum the those fields value into Dev and QA points sum field at the time of issue creation
How we can do it using Automation or script runner any advise.
Thanks,
Kedar P
Hello @kedar
You can do so by trigging the automation either by scheduling it or during an aciton, say when the story transitions from Backlog to ToDo.
In the eidt field section your sum operation should be like this:-
Operation: {{#=}}{{customfield_10010}} + {{customfield_10011}}{{/}}
Here customfield_10010, and customfield_10011 are your QA points and Dev points. Find the custom filed id of these fields and correct it.
In the automation below, In When:Scheduled, make sure to add a JQL which lists the tickets of a certain project and sprint as per your necessity. Or simply trigger the automation when an issue's is transitioned from one state to another, or When a ticket is created.
Hi @kedar
You can do that using the built-in math operations for automation rules, as described here: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-math-expressions
Server: https://confluence.atlassian.com/automation/jira-smart-values-math-expressions-993924866.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.