Tags do not appear in tag list
![]()
Abdelrahman Hassan (19●1●16)
| asked May 25 '15, 3:33 a.m.
edited May 25 '15, 10:06 a.m. by Krzysztof Kaźmierczyk (7.4k●3●54●99)
I want to create a tag into RTC to be able to add it to 'tags' field, this will help to make queries based on it.
The only way I found is to open any work item, write the new tag into 'tags' field and save it, but when I try to use the same tag later, it doesn't show up using auto complete in 'tags' field, so I thought there might be away to configure it. |
One answer
![]()
There are a few ways to verify this.
1. Do a work item query on condition "Tags contains 'sandbox'" and see if any work items are returned. 2. Do a quick search by typing "sandbox" in the quick search box at the top-right corner. 3. Use the following URL to show all the existing tags. https://<server>:<port>/ccm/service/com.ibm.team.workitem.common.internal.rest.IWorkItemRestService/allValues?projectAreaItemId=_mb3_oFP7EeSOfc_mhoyazQ&ids=internalTags&itemId=_7KmRcFP7EeSOfc_mhoyazQ (replace the first UUID with your project area UUID, and the second with a UUID for a work item in the project). |
Comments
Hi Abdelrahman,
The tag should be searcheable later. I would like to test it.
1. What is your RTC version?
2. What tag did you attempt to add?
3. What client did you try (Eclipse, web client)?
Hi Krzysztof,
Thank you for your response.
1. I use RTC v4.0.6
2. I tried to add a tag with the name 'sandbox' so work items tagged with this one will be piled away later, this tag was created before but now the team can't see it, so I tried to reach the tag configuration place to check if there is a configuration required or to add it again using the right way.
3. Web client