Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bitbucket issue kind: enhancement vs. task

Tags:

bitbucket

short question: What is the difference between tasks and enhancements in Bitbucket issue tracker? Any thumb rules, best practices?

like image 901
Gábor Imre Avatar asked Aug 05 '13 08:08

Gábor Imre


People also ask

What are issues in Bitbucket?

The issue tracker provides a place to track your repository's feature requests, bug reports, and other project management tasks. If you don't see an issue tracker on your repository, you can enable it or ask an administrator to do so.

Does Bitbucket have an issue tracker?

This is the place to track your project's feature requests, bug reports and other project management tasks. We keep the Bitbucket issue tracker very simple and yet somewhat flexible. It has just a few configurable fields (component, version and milestone) – you can use them any way you want.

How do I set an issue tracker in Bitbucket?

Enabling the Issue TrackerFrom a repository, select Repository settings. Select Issue tracker under Issues on the left sidebar. Check the option for either a Private issue tracker or a Public issue tracker. The system saves your selection and the Issue Tracker item appears in the repository's menu bar.


1 Answers

A task is a generic label for some development activity, whereas an enhancement is quite clear in how it should be used e.g. refining the user experience, optimisations, etc.

I believe you could have as a task something such as "document x".

like image 60
Mentatmatt Avatar answered Jan 23 '23 13:01

Mentatmatt