It's all about the answers!

Ask a question

Inverse search


Rogério Ramos da Silva (3352827) | asked Mar 16 '12, 10:39 a.m.
Hi all,

There some tip to perform an inverse search. I have some assets that were inserted by users and lots of other loaded by the Excel Batch Uploader, these loaded assets are tagged with "automatic_load", I'd like to search the assets that not are loaded automatically. Is there some way to do that?

One answer



permanent link
Sheehan Anderson (1.2k4) | answered Mar 22 '12, 4:08 p.m.
JAZZ DEVELOPER
It's a bit tricky, but it's possible. The format is

* NOT _fTag(/automatic_load)

The query says everything (the *) that is not tagged with automatic load. The format for the tag is to insert a '/' as the first character, lowercase all of the characters in the tag, and replace spaces with underscores. For example, the query for everything not tagged with 'My Tag' would be

* NOT _fTag(/my_tag)

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.