Sum field with JWT

Issue #979 resolved
Haris Becic created an issue

Hi,

i want to now if there is any possibility to have the sum field with the Jira Workflow Toolbox plugin that we are using? The use case is that when i filter for the issue the i get the sum of fields that i filtered? For example something like that:

Thanks BR Haris

Comments (2)

  1. Fidel Castro Armario repo owner

    Hi @Haris Beci,

    First of all, I inform you that we have a new support site. Please, use it for your future questions and support requests.

    You can use "Calculated Number Field" with a configuration like the one shown in the screenshot:

    Captura de pantalla 2018-03-07 a las 9.38.40.png

    This calculated field sums all the Story Points of issues returned by JQL query project = CRM AND status in ('Open', 'In Progress', 'Reopened'). This field will be shown in any issue where you insert it.

    The expression used in the example is:

    sum(fieldValue({nnnnn}, issuesFromJQL("project = CRM AND status in ('Open', 'In Progress', 'Reopened')"))) 
    

    replacing nnnnn with field code for Story Points field in your particular JIRA instance.

    Anyway, I'm afraid that this is not what you are looking for. Do you know sumUp? I think this add-on from DECADIS may be what you need.

  2. Log in to comment