Calculate sum of story points in issue type story to the issue type epic

Issue #593 resolved
Bharath Kumar created an issue

Hi Fidel,

We need the sum of all the story points that are in the epic to be displayed on the epic,

So I have a different field in both epic and story now how can I use the calculated text field to perform this operation please help me.

Comments (5)

  1. Fidel Castro Armario repo owner

    Hi Bharath,

    Create a "Calculated Number Field" custom field for your Epic issues with the following configuration:

    Captura de pantalla 2017-05-04 a las 16.29.46.png

    Math expression is:

    sum(fieldValue({nnnnn}, linkedIssues("is Epic of")))
    

    replacing nnnnn with field code for Story Points.

  2. Bharath Kumar reporter

    We are hosting Jira on cloud, I just realized that JWT is just for server instances is there a way that we can create the same thing in cloud or is there any add-on that supports this feature in cloud.

  3. Log in to comment