You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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,
"!"
)
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.