The team wants to flag issues using a category. Their requirements are:
* more than one category value can be selected on an issue
* new category values can be added by any user
* category values can be selected via a dropdown menu
* category values can be re-used across all projects
Which field meets their requirements?
The label field meets the team's requirements for flagging issues using a category. Labels are a type of custom field that allow users to add one or more descriptive tags to issues. Users can add new labels on the fly, and select existing labels from a dropdown menu. Labels can be re-used across all projects, and can be searched and filtered easily. A text field does not allow multiple values or a dropdown menu. A component does not allow multiple values or adding new values by any user. A user picker does not allow multiple values or adding new values by any user. Checkboxes do not allow adding new values by any user.Reference:[Adding, removing and searching for labels], [Managing Jira Projects Data Center and Server: Certification Bundle]
Currently there are no comments in this discussion, be the first to comment!