We have a structure board set up in a way that it follows the behavior below:
We want that the status in the progress bar turns to 100% only when the QA has changed the status of the story to "QA Reviewed" so that we have a complete sprint closure status, instead of just development complete status.
Can you please help with this?
Thanks
Hi Igor. This thread is very useful. Can you please help me with one more challenge. I have created the view as defined by you above.
Is it possible to show the number of stories under a epic or folder structure created in the structure?
Hi Amit,
It can definitely be done, the most simple way is to add "Count Sub-Items" column. If you need to select stories specifically (not other issue types) you can use conditional operators in formula column. For instance add Formula column with the following formula IF(issuetype="Story",1,0) and then sum over sub-items. This will only take stories into account.
Regards,
Egor Tasa
ALM Works Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Egor. If i am unable to add the 'Formula' column, what would it mean? I am able to do the "Count Sub Items" column, but i dont see the formula column in the list.
Thanks
Amit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Simranjeet,
I recommend setting progress bar to be based on Status and unchecking Apply resolution checkbox. Then you can set Dev Complete to let's say 50% and QA Reviewed to 100%.
Please, let me know if it works for you.
Regards,
Egor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Egor. Can you please help with the steps for this. Where do i go to find the the settings for the progress bar and resolution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Simranjeet,
Here are the steps:
Here is a link to documentation on Status-Based Progress column
Please, let me know if the above explains the process.
Regards,
Egor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Egor. This is fantastic and works like a charm for my structure board.
Is there a way to make this effective on the structure board at the project level. Right now, i am able to configure it for my instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Simranjeet,
When you add and configure a column, you can save it as part of the "view". This view can be used in any structure including those in the project.
Here is a doc on configuring views.
Please, let me know if this is what you wanted to do.
Regards,
Egor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes Egor. This works great.
Thanks for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.