Creating a Bug in JIRA

William Jones September 28, 2016

When should a bug be created in JIRA

4 answers

1 vote
Bart Meerveld
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 28, 2016

Bug — A problem which impairs or prevents the functions of the product.
Improvement — An enhancement to an existing feature.
New Feature — A new feature of the product.
Task — A task that needs to be done.
Custom Issue — A custom issue type, as defined by your organization if required.

 

But in the end it all comes down to your own interpretation. You get to decide what's a bug and what's a story, you can choose that for yourself with your company. Some things will be stories, some things will be bugs and some things might be issue types only your company uses. JIRA is flexible in this regard and you can play with it until it works for your company.

0 votes
MattS
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 28, 2016

Try not to alter the content of a sprint once it has been created. So add bugs to a sprint beforehand.

And "when to create a bug?" My answer is: when you are surprised.

The difference between a feature and a bug is that you didn't expect the bug.

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 28, 2016

"Whenever you find a bug" is the basic answer.

Exactly how you handle it is up to your processes.  Some places simply accept new bugs as they're found, with them all going into the backlog.  Some places differentiate between a "bug" and a "defect" by saying that bugs are found in production, and defects in testing, and then they handle defects differently. 

Your question about "in or out of the sprint" is quite important though.  In Agile, a new bug or defect simply gets raised and planned in the next sprint, like any other piece of work.  If you don't take that approach, there is no way you can reliably plan anything and you might as well forget doing sprints.  A more amiable approach is to over-estimate your stories, allowing a bit more time for "defects" to be created as sub-tasks on stories in the sprint and then dealt with as part of the story.

But, just as Bart says.  It's up to you how you do it.

0 votes
William Jones September 28, 2016

The question was: When do you create a bug in JIRA ? During the a Sprint or after the Sprint?

Suggest an answer

Log in or Sign up to answer