-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace listing()
methods with consistent solution
#338
Comments
listing()
methods with consistent solution
ProposalI've looked into every Api class and would like to propose replacing all The The The All in all, it looks like this:
|
The
listing()
methods returns an array asname => id
orid => name
. These methods are inconsistent implemented and are based on a cache filled up by a previous call oflist()
what can be confusing.We have to find a consistent solution for this problem.
Todo
CustomField::listNames()
AddCustomField::listNames()
method as replacement forCustomField::listing()
#408Group::listNames()
AddGroup::listNames()
method as replacement forGroup::listing()
#398IssueCategory::listNamesByProject()
AddIssueCategory::listNamesByProject()
method as replacement forIssueCategory::listing()
#406IssueStatus::listNames()
AddIssueStatus::listNames()
method as replacement forIssueStatus::listing()
#409Project::listNames()
AddProject::listNames()
method as replacement forProject::listing()
#411Role::listNames()
AddRole::listNames()
method as replacement forRole::listing()
#412TimeEntryActivity::listNames()
AddTimeEntryActivity::listNames()
method as replacement forTimeEntryActivity::listing()
#414Tracker::listNames()
AddTracker::listNames()
method as replacement forTracker::listing()
#416User::listLogins()
AddUser::listLogins()
method as replacement forUser::listing()
#419Version::listNamesByProject()
AddVersion::listNamesByProject()
method as replacement forVersion::listing()
#421The text was updated successfully, but these errors were encountered: