Activity log for bug #523496

Date Who What changed Old value New value Message
2010-02-17 22:32:34 Ursula Junque bug added bug
2010-02-17 22:37:26 Ursula Junque description It's not clear which fields should be used with the order_by parameter in the searchTasks method. API docs only say that order_by is a list of fields. Trying to run searchTasks ordering by date_created, that's the name of the property in a bug_task, you'll run into this: KeyError: u'date_created' as can be seen in OOPS-1507EA75. So, it would nice to have a list of fields that can be used in the docs, so we wouldn't have to guess or grep the code to find it out. In that case, the name of the field is 'datecreated'. It's not clear which fields should be used with the order_by parameter in the searchTasks method. API docs only say that order_by is a list of fields. Trying to run searchTasks ordering by date_created, that's the name of the property in a bug_task, you'll run into this:   KeyError: u'date_created' as can be seen in OOPS-1507EA75, OOPS-1507EB64 and OOPS-1507EA77. So, it would nice to have a list of fields that can be used in the docs, so we wouldn't have to guess or grep the code to find it out. In that case, the name of the field is 'datecreated'.
2010-02-18 18:45:03 Eleanor Berger marked as duplicate 322130