Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I build a GWA calculator in Confluence or Jira to compute weighted average scores?

Adnan Raouf
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 24, 2026

Hi everyone! 👋
I’m trying to create a GWA (Grade Weighted Average) calculator using Confluence / Jira (Cloud) tools. I want users to input multiple numeric scores (e.g., subject grades and credit hours) and have the system automatically calculate the weighted average (GWA).

Here’s what I need help with:

  1. Input fields for scores & weights (e.g., Grade and Credit Hours).

  2. A formula or automation to calculate:
    GWA = (sum of (grade × weight)) ÷ (sum of weights).

  3. Best approach using Confluence Database / Jira custom fields / Automation / Formula Fields.

  4. Any examples, formulas, or steps you recommend for this setup.

I’ve looked at built-in calculation options and tried some suggestions, but I’m unsure how to structure the fields and formula correctly. Any guidance, screenshots, or community examples would be super helpful! 🙏

Thanks! 😊

7 answers

1 vote
Joseph McComas
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 4, 2026

Hi Adnan!

You can set up numeric fields for Grades and Credit Hours in Jira or Confluence. Then calculate GWA using this formula:

GWA = (sum of (Grade × Credit Hours)) ÷ (sum of Credit Hours)
  • In Jira, use Automation + Smart Values to update a custom field with this calculation.
  • In Confluence, use a table + calculation macro (like Table Transformer) for automatic results.

To test or use a ready-made calculator, check GWA Calculator just enter your grades and credits, and it calculates your GWA instantly.

Hope this helps!

0 votes
Lorenzo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 1, 2026

Great question! A structured setup with separate fields for grades and credit hours, combined with a formula field or automation to calculate the weighted average, is usually the cleanest approach. It also makes the calculator easier to maintain and scale as more subjects are added. The same principle of accurate, automated calculations is what makes tools like Calcolo Stipendio Netto Online 2026 so useful for providing reliable financial estimates.

0 votes
Saint james
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 1, 2026

To build a GWA calculator in Confluence or Jira, create custom fields like Grade and Credit Hours for each subject. Then use automation or formula fields to calculate Grade × Weight for every entry. Finally, sum all weighted scores and divide by the total credit hours using the formula: GWA = Σ(Grade × Weight) ÷ Σ(Weights).

For better accuracy, formula-based apps or Confluence databases can simplify this setup. Similar to GWA formulas, tools like Calcular Porcentaje help users perform percentage calculations quickly and efficiently.

0 votes
Siyre Jemes
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 11, 2026

A GWA (General Weighted Average) calculator in Confluence or Jira can be built using formulas that multiply each grade by its corresponding unit or weight, then divide the total weighted score by the total units. This helps automate academic or performance calculations directly within your workspace. Similar to Calculadora Alicia Mejorada, it simplifies complex calculations and provides accurate results quickly for better decision-making.

0 votes
Babar khan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 4, 2026

To calculate a GWA in Jira Cloud—similar to how an ATAR calculator works—you simply create fields for each subject’s grade and credit hours (weight), then use automation to multiply each grade by its weight, add all those results together, and divide by the total of the weights using the standard formula GWA=∑(grade×weight)∑weightGWA this approach lets the system automatically compute the weighted average, and for a cleaner setup you can also use subtasks for each subject so the values are combined and calculated more easily

0 votes
Carolina Santoss
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 25, 2026

 

If you're calculating GWA across multiple subjects using sub-tasks per subject, you can compute it at the parent issue level using Automation.

The formula is:

GWA = Sum of Grade × Credit Hours ÷ Sum of Credit Hours

For Jira Automation, the smart value approach would be:

Sum all Weighted Score from sub-tasks

Divide by sum of all Credit Hours from sub-tasks

Example in simple text:

GWA = sum of subtask Weighted Score ÷ sum of subtask Credit Hours

Make sure all fields are numeric Number type, otherwise the calculation won’t work correctly. This calculation logic is similar to how a date calculator aggregates inputs to compute a final result the key is structuring your fields consistently.

0 votes
Nikola Perisic
Community Champion
January 24, 2026

Hi @Adnan Raouf 

Best approach is with the automation rule and you would need to have three custom fields.

Example:

{{#=}} {{issue.Confidence}} * {{issue.Ease}} {{/}}

Replace the Confidence and Ease values with your needed values and do the calculation just like you have wrote.

https://community.atlassian.com/forums/Jira-questions/Calculated-field-in-the-cloud/qaq-p/2224242

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events