It's all about the answers!

Ask a question

Tags vs. Attributes


Parasuram Anantharam (2122) | asked May 11 '11, 3:01 p.m.
We are using RRC client version 2.0.0.3.

Would you please give me an idea of when to use tags versus attributes? Are there any best practices on using them?

Thank you!

2 answers



permanent link
Daniel Moul (4.9k1318) | answered May 11 '11, 3:36 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
Tags are good for informal, temporary and overlapping grouping, typically when the scope is limited. For example:

daniel-current-working-set
UX-need-to-check
themes: usability, performance, security


Attributes, on the other hand ...
* Exist in all artifacts of the same type
* Have specific data types (string, enumeration, date, person, etc)
* Can be edited en mass in the project list artifacts view for a set of artifacts

For example, attributes are often used to represent state (draft, approved), target release, etc.

So you want to use attributes sparingly and put more thought into their data types and which enumerated values are appropriate.

You want to avoid, after a few years, having artifact types with large numbers attributes, most of them no longer used. Tags give you a way of doing the one-off groupings; attributes give you ways that are common and enduring.

permanent link
Parasuram Anantharam (2122) | answered May 11 '11, 3:40 p.m.
Thank you, Daniel, for your quick and thoughtful response!!!

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.