Structure Formula issue status as percentage

kuqi October 16, 2020

Hello,

please help to create a formula to Jira Structure!

Now: The Structure formula for counting the issues amount is used. Own columns with the amount of issues for each status have been added to Structure. Columns like New, In Progress, Done, Blocked. Each column have formula like "if(Status="New", 1)" and Options "Sum over sub-items" selected. As the result New, In Progress, Done, Blocked columns show the amount of issues for each status.

To be: The Structure formula for counting the issues percentage wanted to be used. Own columns with the amount of issues for each status to be added to Structure. Columns like New, In Progress, Done, Blocked. Each column needs the formula to calculate the percentage. As the result New, In Progress, Done, Blocked would show the percentage of the issues for each status compared to all issues listed in Structure.

 

1 answer

0 votes
Ignacio Pulgar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 21, 2020

Hi @kuqi ,

Maybe this formula could help:

SUM{status="New"}/SUM{itemtype="issue"}

After that, just change the column format to percentage:

percentage-format.PNG

Hope it helps.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events