Roundup Tracker - Issues

Message7346

Author rouilj
Recipients rouilj
Date 2021-10-06.19:16:57
Message-id <1633547817.41.0.149266116831.issue2551164@roundup.psfhosted.org>
In-reply-to
When using the xmlrpc interface with:

   roundup.filter('issue', open_issues, {'issue_type': 2})

it returns all issues if the field 'issue_type' doesn't exist.
Other interfaces roundup_admin for example returns an error:

    Error: issue has no property "issue_type"

Rest return error code 400 and "Field issue_type is not valid for issue class."
History
Date User Action Args
2021-10-06 19:16:57rouiljsetrecipients: + rouilj
2021-10-06 19:16:57rouiljsetmessageid: <1633547817.41.0.149266116831.issue2551164@roundup.psfhosted.org>
2021-10-06 19:16:57rouiljlinkissue2551164 messages
2021-10-06 19:16:57rouiljcreate