Roundup Tracker - Issues

Message8202

Author schlatterbeck
Recipients ber, rouilj, schlatterbeck
Date 2024-12-02.07:20:42
Message-id <20241202072032.lmfgw7ffzd6mdmqk@runtux.com>
In-reply-to <1733110254.74.0.490995785268.issue2550698@roundup.psfhosted.org>
Thanks for updating the docs, see my comment inline.
And, yes, I think this documents the feature comprehensively and we can
close the issue!

On Mon, Dec 02, 2024 at 03:30:54AM +0000, John Rouillard wrote:
[...]
> Another example is: ``creator=3,-2,1,-2,-3``. This is the same as the
> expression: ``(not user3) and (not user1)``. Using the rules of logic,
> this is the same as: ``not (user3 or user1)`` which is expressed in
> RPN as ``creator=3,1,-4,-2``. Compare this to ``creator=3,1,-2`` which
> returns issues created by user3 or any user other than user1.

Have actually tried the last example? I'm not sure the implicit 'OR'
applies when other expressions have been matched. So it may well be that
creator=3,1,-2 is a syntax error (and would return *all* issues) and you
really need the final 'OR' like in creator=3,1,-2,-4

Thanks!
Ralf
-- 
Dr. Ralf Schlatterbeck                  Tel:   +43/2243/26465-16
Open Source Consulting                  www:   www.runtux.com
Reichergasse 131, A-3411 Weidling       email: office@runtux.com
History
Date User Action Args
2024-12-02 07:20:42schlatterbecksetrecipients: + schlatterbeck, ber, rouilj
2024-12-02 07:20:42schlatterbecklinkissue2550698 messages
2024-12-02 07:20:42schlatterbeckcreate