It's all about the answers!

Ask a question

show all tags


israel barroso (835) | asked Mar 26 '15, 4:26 a.m.
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



permanent link
Ralph Schoon (62.3k33643) | 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);

Your answer


Register or to post your answer.