You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2021. It is now read-only.
You can create custom_fields on Administration - Custom Fields , and add on issues on every project.
When add redmine_hipchat_per_project plugin, update issues of any data on "user_defined" field created on Custom Fields produces an 500 Internal server error:
Started PUT "/issues/7936" for 200.41.94.60 at Mon Oct 14 17:11:57 -0300 2013
Processing by IssuesController#update as HTML
Parameters: {"time_entry"=>{"comments"=>"", "activity_id"=>"", "hours"=>""}, "commit"=>"Submit", "last_journal_id"=>"34861", "notes"=>"", "authenticity_token"=>"vPFZNL06jtm4hL08yd5gramvfiDIbji+owyhlanU/k8=", "utf8"=>"✓", "id"=>"7936", "issue"=>{"custom_field_values"=>{"33"=>"", "22"=>"Medium", "23"=>"Planned", "34"=>"2013-10-15", "24"=>"Deployment", "36"=>"No", "37"=>"Yes", "26"=>"", "27"=>"35", "30"=>"tag-001", "29"=>"", "18"=>"Yes", "20"=>"Testing", "19"=>"Application", "31"=>"TAG-0001", "4"=>"Production", "21"=>["Core", ""], "54"=>"13:00"}, "priority_id"=>"4", "is_private"=>"0", "project_id"=>"87", "lock_version"=>"67", "subject"=>"XXXXXXX", "assigned_to_id"=>"31", "tracker_id"=>"15", "description"=>"Testing", "status_id"=>"1"}, "attachments"=>{"1"=>{"description"=>""}}}
Current user: [email protected] (id=31)
= Running before_save custom workflows for issue "XXXXX" (#7936)
== Running before_save custom workflow "Duration/Done Ratio/Status correlation"
= Finished running before_save custom workflows for issue "XXXXXXXX" (#7936).
Completed 500 Internal Server Error in 340ms
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When enable plugin on redmine 2, custom fields cannot be modified, because produce 500 internal server error.
The text was updated successfully, but these errors were encountered: