I see a 500 error page with the following text: "
500
Whoops, something went wrong on our end.
Try refreshing the page, or going back and attempting the action again.
Please contact your GitLab administrator if this problem persists.
"
I tried multiple times with no luck.
I’ve updated gitlab from version 12.5.5 to version 12.10.0
And when i trying to edit Settings->Integrations->Jira I’ve caught new error
Could you help my to remove old jira settings?
Completed 200 OK in 26ms (Views: 0.8ms | ActiveRecord: 0.0ms | Elasticsearch: 0.0ms | Allocations: 1123)
Started GET “/root/cont/-/services/jira/edit” for 172.20.7.70 at 2020-04-22 20:47:18 +0000
Processing by Projects::ServicesController#edit as HTML
Parameters: {“namespace_id”=>“root”, “project_id”=>“cont”, “id”=>“jira”}
Completed 500 Internal Server Error in 720ms (ActiveRecord: 64.8ms | Elasticsearch: 0.0ms | Allocations: 222407)
ActionView::Template::Error ():
1: - name = field[:name]
2: - title = field[:title] || name.humanize
3: - value = @service.send(name)
4: - type = field[:type]
5: - placeholder = field[:placeholder]
6: - required = field[:required]
i have the same error, someone please advise how we can remove the old settings. is there a file we edit, a database entry we remove, how do we flush this thing out?
I was able to flush it out by updating the database directly. Needed to update the ‘services’ table to unmark JiraService entries as active, and to delete rows deom the ‘jira_tracker_data’ table. https://gitlab.com/gitlab-org/gitlab/-/issues/229224