Feature #2897
Tagging in Redmine
| Status: | New | Start date: | 2009-03-04 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - | |||
| Resolution: |
Description
I Want To Implement the tagging functionality in redmine.In One of the posts somebody has mentioned that Tagging can be done by creating a custom field .I want to Implement this tagging functionality in News,Documents,Forums,Wkis etc.If this is the case How can I use the custom fields to implement tagging functionality.
Is there any separate plugin to Implement the tagging functionality.I tried with acts_as_taggable plugin.The Problem is that I could not able to Install the plugin and also in somewhere it has mentioned that Acts_as_taggable does not work with Rails 2.0.I am runing Redmine 8.0 and it uses Rails 2.0.So Please Guide me in this issue
How can I Implement This Tagging Functionality in Redmine
Related issues
History
#1 Updated by Peter Pan over 4 years ago
A Tagging system would be a great feature for redmine.
Two tagging versions could be possible:
The user gets a textfield and enters tags (separated by space - linked words are encapsulated in quotes - eg. "tag this string" term2 term3 "term nr 4")
Central tagging handling: The system admin generates a list of tags (similar to the 'user defined fields' - taggroups can be assinged to different pageareas )
The user then gets the opportunity to check a variable number of tags (within an issue or a project or [most imortant] while booking time)
While beeing a good typo3 and JS programmer, my Ruby on Rails skills are pathetic. Therefore I can just offer my help for testing and conceptualization!
#2 Updated by Jens Goldhammer about 4 years ago
Maybe you can look at the tagging plugin for trac:
http://trac-hacks.org/wiki/TagsPlugin
It implements a tag cloud of all tags which are entered at the wiki page and tickets...
#3 Updated by karthikeyan rangaswamy about 4 years ago
I Tried Installing that.But it asks me for Proxy Authentication.Are u using that Tags Plugin of TRAC.if so can u tell me how u installed that one.How the Trac plugin will communicate with redmine
#4 Updated by Jens Goldhammer about 4 years ago
Sorry for misunderstanding me.
This is a plugin for TRAC, not for Redmine. It can only give you ideas how to implement it.
#5 Updated by Mathew C about 4 years ago
This is related to #480 - "Wiki: Support categories tagging and autolisting" and the more general issue #1448 - "Add tags to issues".
Personally tagging would be good for the wiki as pages don't always fit into a neat category so being able to add tags is one step better than just relying on the good search facilities in Redmine.
#6 Updated by Steeve McCauley over 2 years ago
I would love to see tagging support added to redmine by default as well. This plugin is available and looks like a good start, although I was unable to install it in our production environment,
http://github.com/friflaj/redmine_tagging#readme
Unfortunately that plugin only seems to tag on issues (not documents, files, wiki pages, etc). It seems that the author of this plugin is actively working on it, perhaps he could be convinced to add tagging to the redmine codebase proper.
#7 Updated by Siegfried Vogel over 2 years ago
+1
I'd love to see tagging in Redmine's near future, too!
May I add a requirement here: In my Use Case some tags should be protected from being deleted by users with insufficient rights. It could be solved with something like:
A tag added to an issue by an administrator may not be deleted by a non-admin.
#8 Updated by James Rowe over 2 years ago
Not sure how I missed this when I created my issue, but +1 for sure.
#9 Updated by Aleksey Timohin over 1 year ago
To have built-in tagging would be awesome!
p.s. About GUI: I like how Tags look like in Redmine contacts plugin
#10 Updated by rm user 12 months ago
Another feature which MUST BE INCLUDED!!!
I tried installing the plugin from http://github.com/friflaj/redmine_tagging#readme
but unfortunately it breaks other plugins compatability such as show attachments as thumbnails
#11 Updated by Ivan Cenov 3 months ago
https://github.com/ixti/redmine_tags
works in Redmine 2.x.x