The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Set All Column Data to 100%

Sophia Kroening
April 1, 2024

Confluence Data Center

I am trying to create an automated chart from Jira Xray data that looks like this: 

image.png 

 

Each feature (represented by a row) has different numbers of test cases. Example data:

image.png

I need each row to be 100% with each status comprising some amount that equals 100%

I have been using Table Filter, Table Transformer, & Pivot Tables to try and accomplish this with no luck so reaching out for help from the community.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

3 votes
Stiltsoft support
Atlassian Partner
April 2, 2024

Hi @Sophia Kroening ,

You may use the following structure:

Tue 6-1.png

SELECT 'Feature',
'OK'*100/'Total' AS 'OK %',
'NOK'*100/'Total' AS 'NOK %',
'Blocked'*100/'Total' AS 'Blocked %',
'Not Tested'*100/'Total' AS 'Not Tested %'
FROM T*

Tue 6-2.png

Tue 6-3.png

Hope it helps your case.

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events