Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Set this Jira Structure Wiki customized progress bar issue count to Story Point count

Hi,

Ive seen this customized progress bar and wonder if there is an opportunity to change from issue count to Story Point progress. I've tried but failed. 

Maybe you can help:

/Granularity - length of the bar chart in pixels
 
with granularity=200:
 
//Lengths of bar sections per criterion
 
with todo=FLOOR(COUNT#truthy{status="to do"}/COUNT{1}*granularity): with inprogress=FLOOR(COUNT#truthy{status="in progress"}/COUNT{1}*granularity): with done=FLOOR(COUNT#truthy{status="done"}/COUNT{1}*granularity): with other=granularity-done-inprogress-todo:
 
//Bar chart using simple square graphics
 
CONCAT("!https://www.example.com/images/Red.png|height=20,width=",todo,"!","!https://www.example.com/images/Orange.png|height=20,width=",inprogress,"!","!https://www.example.com/images/Green.png|height=20,width=",done,"!","!https://www.example.com/images/Gray.png|height=20,width=",other,"!")

1 answer

1 accepted

0 votes
Answer accepted
David Niro
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 27, 2022

Hello @Lena Warnken ,

Welcome to the Community!

We have some documentation related to building Customizable Progress Bars that should help. 

I do want to note that these are specific to the on-prem versions of Structure (server & DC).  To check which hosting type you are on, you can open any structure.  

If you see a button for "Automation" you are on-prem

If you see a button for "Show Generators" you are on cloud.

Hope this helps!

Best,
David

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events