Bug 794728 - RFE: XML-RPC method to filter tasks by owner/uploader/date
Summary: RFE: XML-RPC method to filter tasks by owner/uploader/date
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Beaker
Classification: Retired
Component: scheduler
Version: 0.8
Hardware: Unspecified
OS: Unspecified
high
high vote
Target Milestone: ---
Assignee: beaker-dev-list
QA Contact: tools-bugs
URL:
Whiteboard: Misc
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-17 12:55 UTC by Alexander Todorov
Modified: 2020-11-19 22:13 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-19 22:12:21 UTC


Attachments (Terms of Use)

Description Alexander Todorov 2012-02-17 12:55:49 UTC
Description of problem:

Continuing the request in bug #794724. 

The task details page contains this information:

Creation Date: 	2012-01-27 16:30:43 +02:00
Updated Date: 	2012-02-06 16:31:33 +02:00
Owner: 	Alexander Todorov <atodorov@...>
Uploader: 	mkovarik


The Task.filter() method (in tasks.py) is not able to filter on it.

What I need to do is:

1) Filter all tasks where Owner=X and Creation Date in [start, end] - this will give me the tasks which were created by user X during the specified period.

2) Filter all tasks where Uploader=X and Updated Date in [start, end] and Updated Date > Creation Date - this will give me the tasks which were modified by user X after the initial import and modification took place during the specified period.

Comment 1 Alexander Todorov 2012-02-17 12:56:32 UTC
Forgot to add: make it available to anonymous users if possible.

Comment 2 Nick Coghlan 2012-10-17 04:36:49 UTC
Bulk reassignment of issues as Bill has moved to another team.


Note You need to log in before you can comment on or make changes to this bug.