Hello,
We are using Subtask to manage our defects. We created a custom field as Storybug for subtask. As the Storybug only show up on the sprint board within a Story, is there any custom query which would allow me to get a list of all Storybugs for a sprint.
I followed the below mentioned process:
Step 1: Create an subtask
Step 2: Subtask - StoryBug
Thanks
The query
issuetype = StoryBug and sprint = "name of sprint"
should do it, but I suspect you want more than that?
Thanks Nic.
The aim is to create a graph of the bugs reported per sprint. Also, how to get the total count of StoryBug for 5 sprints.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, a slight change
issuetype = StoryBug and sprint in (sprint 1, sprint 2, sprint 3, etc)
Total count is up to the reporting you're using. I suspect you're going to need to write a report or gadget to get this out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.