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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.