show all tags
![]()
Hi. I want to know the collection of all tags defined in my Plan Project. I know the view tag cloud but i need a query to resolve it. It its possible?
Thanks. |
One answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Apr 02 '15, 5:31 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I don't think there is a UI or query to do so. In the API you can use
workItemClient.findTags(projectArea, monitor); workItemClient.findTags2(attribute, monitor); |