Hi Brian,
with version 0.3 of cluefiles we added an attribute 'field' to the 'op'-node, 
where field can be any property of a bugreport like description, title, status 
or assignee. Few days ago we added a small fix to get the assignee to a 
bugreport, so generally something like is possible (untested):

<?xml version="1.0"?>
<clues version="0.3">
  <clue>
    <contains>
        <and>
            <or>
                <op field="status">Confirmed</op>
                <op field="status">Triaged</op>
            </or>
            <op bin="not" field="assignee">ubuntu-kernel-team</op>
        </and>
    </contains>
    <info>Invalid combination of status and assignee</info>
  </clue>
</clues>

Is that what you were looking for?

Markus

-- 
bughelper is missing the ability to query on assignee
https://bugs.launchpad.net/bugs/128097
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to