Routing Error

No route matches [GET] "/projects/cloud/issues/30/time_entries"

Rails.root: /opt/redmine

Application Trace | Framework Trace | Full Trace

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
home_path GET /

welcome#index

signin_path GET|POST /login(.:format)

account#login

signout_path GET|POST /logout(.:format)

account#logout

register_path GET|POST /account/register(.:format)

account#register

lost_password_path GET|POST /account/lost_password(.:format)

account#lost_password

account_activate_path GET /account/activate(.:format)

account#activate

activation_email_path GET /account/activation_email(.:format)

account#activation_email

preview_news_path GET|POST|PUT|PATCH /news/preview(.:format)

previews#news

preview_issue_path GET|POST|PUT|PATCH /issues/preview(.:format)

previews#issue

preview_text_path GET|POST|PUT|PATCH /preview/text(.:format)

previews#text

GET|POST /projects/:id/wiki/destroy(.:format)

wikis#destroy

new_board_message_path GET|POST /boards/:board_id/topics/new(.:format)

messages#new

board_message_path GET /boards/:board_id/topics/:id(.:format)

messages#show

GET|POST /boards/:board_id/topics/quote/:id(.:format)

messages#quote

GET /boards/:board_id/topics/:id/edit(.:format)

messages#edit

preview_board_message_path POST /boards/:board_id/topics/preview(.:format)

messages#preview

POST /boards/:board_id/topics/:id/replies(.:format)

messages#reply

POST /boards/:board_id/topics/:id/edit(.:format)

messages#edit

POST /boards/:board_id/topics/:id/destroy(.:format)

messages#destroy

auto_complete_issues_path GET /issues/auto_complete(.:format)

auto_completes#issues

issues_context_menu_path GET|POST /issues/context_menu(.:format)

context_menus#issues

issue_changes_path GET /issues/changes(.:format)

journals#index

quoted_issue_path POST /issues/:id/quoted(.:format)

journals#new {:id=>/\d+/}

diff_journal_path GET /journals/:id/diff(.:format)

journals#diff

edit_journal_path GET /journals/:id/edit(.:format)

journals#edit

journal_path PATCH /journals/:id(.:format)

journals#update

PUT /journals/:id(.:format)

journals#update

project_gantt_path GET /projects/:project_id/issues/gantt(.:format)

gantts#show

issues_gantt_path GET /issues/gantt(.:format)

gantts#show

project_calendar_path GET /projects/:project_id/issues/calendar(.:format)

calendars#show

issues_calendar_path GET /issues/calendar(.:format)

calendars#show

project_issues_report_path GET /projects/:id/issues/report(.:format)

reports#issue_report

project_issues_report_details_path GET /projects/:id/issues/report/:detail(.:format)

reports#issue_report_details

new_issues_import_path GET /issues/imports/new(.:format)

imports#new

imports_path POST /imports(.:format)

imports#create

import_path GET /imports/:id(.:format)

imports#show

import_settings_path GET|POST /imports/:id/settings(.:format)

imports#settings

import_mapping_path GET|POST /imports/:id/mapping(.:format)

imports#mapping

import_run_path GET|POST /imports/:id/run(.:format)

imports#run

my_account_path GET|POST /my/account(.:format)

my#account

my_account_destroy_path GET|POST /my/account/destroy(.:format)

my#destroy

my_page_path GET /my/page(.:format)

my#page

POST /my/page(.:format)

my#update_page

my_path GET /my(.:format)

my#index

my_api_key_path GET /my/api_key(.:format)

my#show_api_key

POST /my/api_key(.:format)

my#reset_api_key

my_rss_key_path POST /my/rss_key(.:format)

my#reset_rss_key

my_password_path GET|POST /my/password(.:format)

my#password

my_add_block_path POST /my/add_block(.:format)

my#add_block

my_remove_block_path POST /my/remove_block(.:format)

my#remove_block

my_order_blocks_path POST /my/order_blocks(.:format)

my#order_blocks

user_memberships_path GET /users/:user_id/memberships(.:format)

principal_memberships#index

POST /users/:user_id/memberships(.:format)

principal_memberships#create

new_user_membership_path GET /users/:user_id/memberships/new(.:format)

principal_memberships#new

edit_user_membership_path GET /users/:user_id/memberships/:id/edit(.:format)

principal_memberships#edit

user_membership_path GET /users/:user_id/memberships/:id(.:format)

principal_memberships#show

PATCH /users/:user_id/memberships/:id(.:format)

principal_memberships#update

PUT /users/:user_id/memberships/:id(.:format)

principal_memberships#update

DELETE /users/:user_id/memberships/:id(.:format)

principal_memberships#destroy

user_email_addresses_path GET /users/:user_id/email_addresses(.:format)

email_addresses#index

POST /users/:user_id/email_addresses(.:format)

email_addresses#create

user_email_address_path PATCH /users/:user_id/email_addresses/:id(.:format)

email_addresses#update

PUT /users/:user_id/email_addresses/:id(.:format)

email_addresses#update

DELETE /users/:user_id/email_addresses/:id(.:format)

email_addresses#destroy

users_path GET /users(.:format)

users#index

POST /users(.:format)

users#create

new_user_path GET /users/new(.:format)

users#new

edit_user_path GET /users/:id/edit(.:format)

users#edit

user_path GET /users/:id(.:format)

users#show

PATCH /users/:id(.:format)

users#update

PUT /users/:id(.:format)

users#update

DELETE /users/:id(.:format)

users#destroy

watch_path POST /watchers/watch(.:format)

watchers#watch

watchers_watch_path DELETE /watchers/watch(.:format)

watchers#unwatch

new_watchers_path GET /watchers/new(.:format)

watchers#new

watchers_path POST /watchers(.:format)

watchers#create

watchers_append_path POST /watchers/append(.:format)

watchers#append

DELETE /watchers(.:format)

watchers#destroy

watchers_autocomplete_for_user_path GET /watchers/autocomplete_for_user(.:format)

watchers#autocomplete_for_user

POST /issues/:object_id/watchers(.:format)

watchers#create {:object_type=>"issue"}

DELETE /issues/:object_id/watchers/:user_id(.:format)

watchers#destroy {:object_type=>"issue"}

autocomplete_projects_path GET /projects/autocomplete(.:format)

projects#autocomplete

settings_project_path GET /projects/:id/settings(/:tab)(.:format)

projects#settings

archive_project_path POST /projects/:id/archive(.:format)

projects#archive

unarchive_project_path POST /projects/:id/unarchive(.:format)

projects#unarchive

close_project_path POST /projects/:id/close(.:format)

projects#close

reopen_project_path POST /projects/:id/reopen(.:format)

projects#reopen

copy_project_path GET|POST /projects/:id/copy(.:format)

projects#copy

autocomplete_project_memberships_path GET /projects/:project_id/memberships/autocomplete(.:format)

members#autocomplete

project_memberships_path GET /projects/:project_id/memberships(.:format)

members#index

POST /projects/:project_id/memberships(.:format)

members#create

new_project_membership_path GET /projects/:project_id/memberships/new(.:format)

members#new

edit_membership_path GET /memberships/:id/edit(.:format)

members#edit

membership_path GET /memberships/:id(.:format)

members#show

PATCH /memberships/:id(.:format)

members#update

PUT /memberships/:id(.:format)

members#update

DELETE /memberships/:id(.:format)

members#destroy

project_enumerations_path PATCH /projects/:project_id/enumerations(.:format)

project_enumerations#update

PUT /projects/:project_id/enumerations(.:format)

project_enumerations#update

DELETE /projects/:project_id/enumerations(.:format)

project_enumerations#destroy

project_copy_issue_path GET /projects/:project_id/issues/:copy_from/copy(.:format)

issues#new

project_issues_path GET /projects/:project_id/issues(.:format)

issues#index

POST /projects/:project_id/issues(.:format)

issues#create

new_project_issue_path GET /projects/:project_id/issues/new(.:format)

issues#new

project_issues_new_path POST /projects/:project_id/issues/new(.:format)

issues#new

project_files_path GET /projects/:project_id/files(.:format)

files#index

POST /projects/:project_id/files(.:format)

files#create

new_project_file_path GET /projects/:project_id/files/new(.:format)

files#new

close_completed_project_versions_path PUT /projects/:project_id/versions/close_completed(.:format)

versions#close_completed

project_versions_path POST /projects/:project_id/versions(.:format)

versions#create

new_project_version_path GET /projects/:project_id/versions/new(.:format)

versions#new

GET /projects/:project_id/versions.:format

versions#index

project_roadmap_path GET /projects/:project_id/roadmap

versions#index

GET /projects/:project_id/versions(.:format)

versions#index

project_news_index_path GET /projects/:project_id/news(.:format)

news#index

POST /projects/:project_id/news(.:format)

news#create

new_project_news_path GET /projects/:project_id/news/new(.:format)

news#new

report_project_time_entries_path GET /projects/:project_id/time_entries/report(.:format)

timelog#report

project_time_entries_path GET /projects/:project_id/time_entries(.:format)

timelog#index

POST /projects/:project_id/time_entries(.:format)

timelog#create

new_project_time_entry_path GET /projects/:project_id/time_entries/new(.:format)

timelog#new

project_queries_path POST /projects/:project_id/queries(.:format)

queries#create

new_project_query_path GET /projects/:project_id/queries/new(.:format)

queries#new

project_issue_categories_path GET /projects/:project_id/issue_categories(.:format)

issue_categories#index

POST /projects/:project_id/issue_categories(.:format)

issue_categories#create

new_project_issue_category_path GET /projects/:project_id/issue_categories/new(.:format)

issue_categories#new

edit_issue_category_path GET /issue_categories/:id/edit(.:format)

issue_categories#edit

issue_category_path GET /issue_categories/:id(.:format)

issue_categories#show

PATCH /issue_categories/:id(.:format)

issue_categories#update

PUT /issue_categories/:id(.:format)

issue_categories#update

DELETE /issue_categories/:id(.:format)

issue_categories#destroy

project_documents_path GET /projects/:project_id/documents(.:format)

documents#index

POST /projects/:project_id/documents(.:format)

documents#create

new_project_document_path GET /projects/:project_id/documents/new(.:format)

documents#new

project_boards_path GET /projects/:project_id/boards(.:format)

boards#index

POST /projects/:project_id/boards(.:format)

boards#create

new_project_board_path GET /projects/:project_id/boards/new(.:format)

boards#new

edit_project_board_path GET /projects/:project_id/boards/:id/edit(.:format)

boards#edit

project_board_path GET /projects/:project_id/boards/:id(.:format)

boards#show

PATCH /projects/:project_id/boards/:id(.:format)

boards#update

PUT /projects/:project_id/boards/:id(.:format)

boards#update

DELETE /projects/:project_id/boards/:id(.:format)

boards#destroy

committers_repository_path GET|POST /repositories/:id/committers(.:format)

repositories#committers

project_repositories_path POST /projects/:project_id/repositories(.:format)

repositories#create

new_project_repository_path GET /projects/:project_id/repositories/new(.:format)

repositories#new

edit_repository_path GET /repositories/:id/edit(.:format)

repositories#edit

repository_path PATCH /repositories/:id(.:format)

repositories#update

PUT /repositories/:id(.:format)

repositories#update

DELETE /repositories/:id(.:format)

repositories#destroy

project_wiki_index_path GET /projects/:project_id/wiki/index(.:format)

wiki#index

rename_project_wiki_page_path GET /projects/:project_id/wiki/:id/rename(.:format)

wiki#rename

POST /projects/:project_id/wiki/:id/rename(.:format)

wiki#rename

history_project_wiki_page_path GET /projects/:project_id/wiki/:id/history(.:format)

wiki#history

diff_project_wiki_page_path GET /projects/:project_id/wiki/:id/diff(.:format)

wiki#diff

preview_project_wiki_page_path POST|PUT|PATCH /projects/:project_id/wiki/:id/preview(.:format)

wiki#preview

protect_project_wiki_page_path POST /projects/:project_id/wiki/:id/protect(.:format)

wiki#protect

add_attachment_project_wiki_page_path POST /projects/:project_id/wiki/:id/add_attachment(.:format)

wiki#add_attachment

export_project_wiki_page_index_path GET /projects/:project_id/wiki/export(.:format)

wiki#export

date_index_project_wiki_page_index_path GET /projects/:project_id/wiki/date_index(.:format)

wiki#date_index

project_wiki_page_index_path POST /projects/:project_id/wiki/new(.:format)

wiki#new

new_project_wiki_page_path GET /projects/:project_id/wiki/new(.:format)

wiki#new

edit_project_wiki_page_path GET /projects/:project_id/wiki/:id/edit(.:format)

wiki#edit

project_wiki_page_path GET /projects/:project_id/wiki/:id(.:format)

wiki#show

PATCH /projects/:project_id/wiki/:id(.:format)

wiki#update

PUT /projects/:project_id/wiki/:id(.:format)

wiki#update

DELETE /projects/:project_id/wiki/:id(.:format)

wiki#destroy

project_wiki_path GET /projects/:project_id/wiki(.:format)

wiki#show

GET /projects/:project_id/wiki/:id/:version(.:format)

wiki#show {:version=>/\d+/}

DELETE /projects/:project_id/wiki/:id/:version(.:format)

wiki#destroy_version

GET /projects/:project_id/wiki/:id/:version/annotate(.:format)

wiki#annotate

GET /projects/:project_id/wiki/:id/:version/diff(.:format)

wiki#diff

projects_path GET /projects(.:format)

projects#index

POST /projects(.:format)

projects#create

new_project_path GET /projects/new(.:format)

projects#new

edit_project_path GET /projects/:id/edit(.:format)

projects#edit

project_path GET /projects/:id(.:format)

projects#show

PATCH /projects/:id(.:format)

projects#update

PUT /projects/:id(.:format)

projects#update

DELETE /projects/:id(.:format)

projects#destroy

edit_issue_path PATCH /issues/:id/edit(.:format)

issues#edit

bulk_edit_issues_path GET|POST /issues/bulk_edit(.:format)

issues#bulk_edit

bulk_update_issues_path POST /issues/bulk_update(.:format)

issues#bulk_update

issue_time_entries_path POST /issues/:issue_id/time_entries(.:format)

timelog#create

new_issue_time_entry_path GET /issues/:issue_id/time_entries/new(.:format)

timelog#new

issue_relations_path GET /issues/:issue_id/relations(.:format)

issue_relations#index

POST /issues/:issue_id/relations(.:format)

issue_relations#create

relation_path GET /relations/:id(.:format)

issue_relations#show

DELETE /relations/:id(.:format)

issue_relations#destroy

issues_path GET /issues(.:format)

issues#index

POST /issues(.:format)

issues#create

new_issue_path GET /issues/new(.:format)

issues#new

GET /issues/:id/edit(.:format)

issues#edit

issue_path GET /issues/:id(.:format)

issues#show

PATCH /issues/:id(.:format)

issues#update

PUT /issues/:id(.:format)

issues#update

DELETE /issues/:id(.:format)

issues#destroy

issues_new_path POST /issues/new(.:format)

issues#new

DELETE /issues(.:format)

issues#destroy

queries_path GET /queries(.:format)

queries#index

POST /queries(.:format)

queries#create

new_query_path GET /queries/new(.:format)

queries#new

edit_query_path GET /queries/:id/edit(.:format)

queries#edit

query_path PATCH /queries/:id(.:format)

queries#update

PUT /queries/:id(.:format)

queries#update

DELETE /queries/:id(.:format)

queries#destroy

queries_filter_path GET /queries/filter(.:format)

queries#filter

news_index_path GET /news(.:format)

news#index

edit_news_path GET /news/:id/edit(.:format)

news#edit

news_path GET /news/:id(.:format)

news#show

PATCH /news/:id(.:format)

news#update

PUT /news/:id(.:format)

news#update

DELETE /news/:id(.:format)

news#destroy

POST /news/:id/comments(.:format)

comments#create

DELETE /news/:id/comments/:comment_id(.:format)

comments#destroy

status_by_version_path POST /versions/:id/status_by(.:format)

versions#status_by

edit_version_path GET /versions/:id/edit(.:format)

versions#edit

version_path GET /versions/:id(.:format)

versions#show

PATCH /versions/:id(.:format)

versions#update

PUT /versions/:id(.:format)

versions#update

DELETE /versions/:id(.:format)

versions#destroy

add_attachment_document_path POST /documents/:id/add_attachment(.:format)

documents#add_attachment

edit_document_path GET /documents/:id/edit(.:format)

documents#edit

document_path GET /documents/:id(.:format)

documents#show

PATCH /documents/:id(.:format)

documents#update

PUT /documents/:id(.:format)

documents#update

DELETE /documents/:id(.:format)

documents#destroy

time_entries_context_menu_path GET|POST /time_entries/context_menu(.:format)

context_menus#time_entries

edit_time_entry_path PATCH /time_entries/:id/edit(.:format)

timelog#edit

report_time_entries_path GET /time_entries/report(.:format)

timelog#report

bulk_edit_time_entries_path GET /time_entries/bulk_edit(.:format)

timelog#bulk_edit

bulk_update_time_entries_path POST /time_entries/bulk_update(.:format)

timelog#bulk_update

time_entries_path GET /time_entries(.:format)

timelog#index

POST /time_entries(.:format)

timelog#create

new_time_entry_path GET /time_entries/new(.:format)

timelog#new

GET /time_entries/:id/edit(.:format)

timelog#edit

time_entry_path GET /time_entries/:id(.:format)

timelog#show

PATCH /time_entries/:id(.:format)

timelog#update

PUT /time_entries/:id(.:format)

timelog#update

DELETE /time_entries/:id(.:format)

timelog#destroy {:id=>/\d+/}

time_entries_destroy_path DELETE /time_entries/destroy(.:format)

timelog#destroy

time_entries_new_path POST /time_entries/new(.:format)

timelog#new

time_entries_bulk_edit_path POST /time_entries/bulk_edit(.:format)

timelog#bulk_edit

project_activity_path GET /projects/:id/activity(.:format)

activities#index

activity_path GET /activity(.:format)

activities#index

GET /projects/:id/repository/:repository_id/statistics(.:format)

repositories#stats

GET /projects/:id/repository/:repository_id/graph(.:format)

repositories#graph

GET /projects/:id/repository/:repository_id/revisions/:rev(.:format)

repositories#revision

GET /projects/:id/repository/:repository_id/revision(.:format)

repositories#revision

POST /projects/:id/repository/:repository_id/revisions/:rev/issues(.:format)

repositories#add_related_issue

DELETE /projects/:id/repository/:repository_id/revisions/:rev/issues/:issue_id(.:format)

repositories#remove_related_issue

GET /projects/:id/repository/:repository_id/revisions(.:format)

repositories#revisions

GET /projects/:id/repository/:repository_id/revisions/:rev/browse(/*path)(.:format)

repositories#browse {:format=>/html/, :path=>/.*/, :rev=>/[a-z0-9\.\-_]+/}

GET /projects/:id/repository/:repository_id/revisions/:rev/show(/*path)(.:format)

repositories#show {:format=>/html/, :path=>/.*/, :rev=>/[a-z0-9\.\-_]+/}

GET /projects/:id/repository/:repository_id/revisions/:rev/entry(/*path)(.:format)

repositories#entry {:format=>/html/, :path=>/.*/, :rev=>/[a-z0-9\.\-_]+/}

GET /projects/:id/repository/:repository_id/revisions/:rev/raw(/*path)(.:format)

repositories#raw {:format=>/html/, :path=>/.*/, :rev=>/[a-z0-9\.\-_]+/}

GET /projects/:id/repository/:repository_id/revisions/:rev/annotate(/*path)(.:format)

repositories#annotate {:format=>/html/, :path=>/.*/, :rev=>/[a-z0-9\.\-_]+/}

GET /projects/:id/repository/:repository_id/browse(/*path)(.:format)

repositories#browse {:format=>/html/, :path=>/.*/}

GET /projects/:id/repository/:repository_id/entry(/*path)(.:format)

repositories#entry {:format=>/html/, :path=>/.*/}

GET /projects/:id/repository/:repository_id/raw(/*path)(.:format)

repositories#raw {:format=>/html/, :path=>/.*/}

GET /projects/:id/repository/:repository_id/changes(/*path)(.:format)

repositories#changes {:format=>/html/, :path=>/.*/}

GET /projects/:id/repository/:repository_id/annotate(/*path)(.:format)

repositories#annotate {:format=>/html/, :path=>/.*/}

GET /projects/:id/repository/:repository_id/revisions/:rev/diff(/*path)

repositories#diff {:rev=>/[a-z0-9\.\-_]+/, :path=>/.*/}

GET /projects/:id/repository/:repository_id/diff(/*path)

repositories#diff {:path=>/.*/}

GET /projects/:id/repository/:repository_id/show/*path(.:format)

repositories#show {:format=>/html/, :path=>/.*/}

GET /projects/:id/repository/:repository_id(.:format)

repositories#show

GET /projects/:id/repository(.:format)

repositories#show

named_attachment_path GET /attachments/:id/:filename(.:format)

attachments#show {:format=>/html/, :id=>/\d+/, :filename=>/.*/}

download_named_attachment_path GET /attachments/download/:id/:filename(.:format)

attachments#download {:id=>/\d+/, :filename=>/.*/}

GET /attachments/download/:id(.:format)

attachments#download {:id=>/\d+/}

thumbnail_path GET /attachments/thumbnail/:id(/:size)(.:format)

attachments#thumbnail {:id=>/\d+/, :size=>/\d+/}

attachment_path GET /attachments/:id(.:format)

attachments#show

PATCH /attachments/:id(.:format)

attachments#update

PUT /attachments/:id(.:format)

attachments#update

DELETE /attachments/:id(.:format)

attachments#destroy

object_attachments_edit_path GET /attachments/:object_type/:object_id/edit(.:format)

attachments#edit_all

object_attachments_path PATCH /attachments/:object_type/:object_id(.:format)

attachments#update_all

group_memberships_path GET /groups/:group_id/memberships(.:format)

principal_memberships#index

POST /groups/:group_id/memberships(.:format)

principal_memberships#create

new_group_membership_path GET /groups/:group_id/memberships/new(.:format)

principal_memberships#new

edit_group_membership_path GET /groups/:group_id/memberships/:id/edit(.:format)

principal_memberships#edit

group_membership_path GET /groups/:group_id/memberships/:id(.:format)

principal_memberships#show

PATCH /groups/:group_id/memberships/:id(.:format)

principal_memberships#update

PUT /groups/:group_id/memberships/:id(.:format)

principal_memberships#update

DELETE /groups/:group_id/memberships/:id(.:format)

principal_memberships#destroy

autocomplete_for_user_group_path GET /groups/:id/autocomplete_for_user(.:format)

groups#autocomplete_for_user

groups_path GET /groups(.:format)

groups#index

POST /groups(.:format)

groups#create

new_group_path GET /groups/new(.:format)

groups#new

edit_group_path GET /groups/:id/edit(.:format)

groups#edit

group_path GET /groups/:id(.:format)

groups#show

PATCH /groups/:id(.:format)

groups#update

PUT /groups/:id(.:format)

groups#update

DELETE /groups/:id(.:format)

groups#destroy

new_group_users_path GET /groups/:id/users/new(.:format)

groups#new_users {:id=>/\d+/}

group_users_path POST /groups/:id/users(.:format)

groups#add_users {:id=>/\d+/}

group_user_path DELETE /groups/:id/users/:user_id(.:format)

groups#remove_user {:id=>/\d+/}

fields_trackers_path GET|POST /trackers/fields(.:format)

trackers#fields

trackers_path GET /trackers(.:format)

trackers#index

POST /trackers(.:format)

trackers#create

new_tracker_path GET /trackers/new(.:format)

trackers#new

edit_tracker_path GET /trackers/:id/edit(.:format)

trackers#edit

tracker_path PATCH /trackers/:id(.:format)

trackers#update

PUT /trackers/:id(.:format)

trackers#update

DELETE /trackers/:id(.:format)

trackers#destroy

update_issue_done_ratio_issue_statuses_path POST /issue_statuses/update_issue_done_ratio(.:format)

issue_statuses#update_issue_done_ratio

issue_statuses_path GET /issue_statuses(.:format)

issue_statuses#index

POST /issue_statuses(.:format)

issue_statuses#create

new_issue_status_path GET /issue_statuses/new(.:format)

issue_statuses#new

edit_issue_status_path GET /issue_statuses/:id/edit(.:format)

issue_statuses#edit

issue_status_path PATCH /issue_statuses/:id(.:format)

issue_statuses#update

PUT /issue_statuses/:id(.:format)

issue_statuses#update

DELETE /issue_statuses/:id(.:format)

issue_statuses#destroy

custom_field_enumerations_path GET /custom_fields/:custom_field_id/enumerations(.:format)

custom_field_enumerations#index

POST /custom_fields/:custom_field_id/enumerations(.:format)

custom_field_enumerations#create

custom_field_enumeration_path PATCH /custom_fields/:custom_field_id/enumerations/:id(.:format)

custom_field_enumerations#update

PUT /custom_fields/:custom_field_id/enumerations/:id(.:format)

custom_field_enumerations#update

DELETE /custom_fields/:custom_field_id/enumerations/:id(.:format)

custom_field_enumerations#destroy

PUT /custom_fields/:custom_field_id/enumerations(.:format)

custom_field_enumerations#update_each

custom_fields_path GET /custom_fields(.:format)

custom_fields#index

POST /custom_fields(.:format)

custom_fields#create

new_custom_field_path GET /custom_fields/new(.:format)

custom_fields#new

edit_custom_field_path GET /custom_fields/:id/edit(.:format)

custom_fields#edit

custom_field_path PATCH /custom_fields/:id(.:format)

custom_fields#update

PUT /custom_fields/:id(.:format)

custom_fields#update

DELETE /custom_fields/:id(.:format)

custom_fields#destroy

permissions_roles_path GET|POST /roles/permissions(.:format)

roles#permissions

roles_path GET /roles(.:format)

roles#index

POST /roles(.:format)

roles#create

new_role_path GET /roles/new(.:format)

roles#new

edit_role_path GET /roles/:id/edit(.:format)

roles#edit

role_path GET /roles/:id(.:format)

roles#show

PATCH /roles/:id(.:format)

roles#update

PUT /roles/:id(.:format)

roles#update

DELETE /roles/:id(.:format)

roles#destroy

enumerations_path GET /enumerations(.:format)

enumerations#index

POST /enumerations(.:format)

enumerations#create

new_enumeration_path GET /enumerations/new(.:format)

enumerations#new

edit_enumeration_path GET /enumerations/:id/edit(.:format)

enumerations#edit

enumeration_path PATCH /enumerations/:id(.:format)

enumerations#update

PUT /enumerations/:id(.:format)

enumerations#update

DELETE /enumerations/:id(.:format)

enumerations#destroy

GET /enumerations/:type(.:format)

enumerations#index

GET /projects/:id/search(.:format)

search#index

search_path GET /search(.:format)

search#index

mail_handler_path GET /mail_handler(.:format)

mail_handler#new

POST /mail_handler(.:format)

mail_handler#index

admin_path GET /admin(.:format)

admin#index

admin_projects_path GET /admin/projects(.:format)

admin#projects

admin_plugins_path GET /admin/plugins(.:format)

admin#plugins

admin_info_path GET /admin/info(.:format)

admin#info

test_email_path POST /admin/test_email(.:format)

admin#test_email

admin_default_configuration_path POST /admin/default_configuration(.:format)

admin#default_configuration

try_connection_auth_source_path GET /auth_sources/:id/test_connection(.:format)

auth_sources#test_connection

autocomplete_for_new_user_auth_sources_path GET /auth_sources/autocomplete_for_new_user(.:format)

auth_sources#autocomplete_for_new_user

auth_sources_path GET /auth_sources(.:format)

auth_sources#index

POST /auth_sources(.:format)

auth_sources#create

new_auth_source_path GET /auth_sources/new(.:format)

auth_sources#new

edit_auth_source_path GET /auth_sources/:id/edit(.:format)

auth_sources#edit

auth_source_path GET /auth_sources/:id(.:format)

auth_sources#show

PATCH /auth_sources/:id(.:format)

auth_sources#update

PUT /auth_sources/:id(.:format)

auth_sources#update

DELETE /auth_sources/:id(.:format)

auth_sources#destroy

workflows_path GET /workflows(.:format)

workflows#index

workflows_edit_path GET|POST /workflows/edit(.:format)

workflows#edit

workflows_permissions_path GET|POST /workflows/permissions(.:format)

workflows#permissions

workflows_copy_path GET|POST /workflows/copy(.:format)

workflows#copy

settings_path GET /settings(.:format)

settings#index

settings_edit_path GET|POST /settings/edit(.:format)

settings#edit

plugin_settings_path GET|POST /settings/plugin/:id(.:format)

settings#plugin

sys_projects_path GET /sys/projects(.:format)

sys#projects

POST /sys/projects/:id/repository(.:format)

sys#create_project_repository

sys_fetch_changesets_path GET|POST /sys/fetch_changesets(.:format)

sys#fetch_changesets

uploads_path POST /uploads(.:format)

attachments#upload

robots_path GET /robots(.:format)

welcome#robots

rails_service_blob_path GET /rails/active_storage/blobs/:signed_id/*filename(.:format)

active_storage/blobs#show

rails_blob_representation_path GET /rails/active_storage/representations/:signed_blob_id/:variation_key/*filename(.:format)

active_storage/representations#show

rails_disk_service_path GET /rails/active_storage/disk/:encoded_key/*filename(.:format)

active_storage/disk#show

update_rails_disk_service_path PUT /rails/active_storage/disk/:encoded_token(.:format)

active_storage/disk#update

rails_direct_uploads_path POST /rails/active_storage/direct_uploads(.:format)

active_storage/direct_uploads#create

Request

Parameters:

{"sort"=>"spent_on"}

Response

Headers:

None