ErrLookup › opf/openproject
opf/openproject
OpenProject is the leading open source project management software for product, project and portfolio management. A powerful Jira alternative with agile planning, issue tracking, roadmaps, Gantt charts, time tracking, collaboration features, and more. Available on premises or in the cloud. ⭐ Star us on GitHub · Ruby · 8,152 source files
Analyzed at d9742c43f3 on 2026-08-21. 27 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| A Jira import run cannot be removed while it is running | exception | error | jira-import, admin, state-transition, background-job, goodjob |
| Invalid CF type | exception | error | custom-fields, activerecord, sti, service-object, validation |
| Invalid API token. Please check your credentials in the conf | exception | error | jira-import, authentication, configuration, api-token |
| Jira API returned a 401 error. Your authentication token may | exception | error | jira-import, http-401, api-token, authentication |
| Jira API returned a 429 error. It means token owner has been | exception | error | jira-import, http-429, rate-limiting, throttling |
| Jira API returned error status %{status} | exception | error | jira-import, http-error, api-client, integration |
| You are trying to import a project with an already used iden | exception | error | jira-import, project-identifier, uniqueness, import-mapping |
| Failed to create custom field '%{name}': %{message} | exception | error | jira-import, custom-fields, validation, import-mapping |
| Invalid step: #{step} | exception | error | jira-import, wizard, parameter-validation, controller |
| Missing update handler for #{@model} | exception | error | inplace-edit, registry, stimulus, plugin, controller |
| Unsupported model for inplace edit | exception | error | inplace-edit, whitelist, controller, parameter-validation |
| Missing relation_type parameter | exception | warning | work-packages, hierarchy, relations, parameter-validation |
| Invalid relation type: #{type} | exception | warning | work-packages, hierarchy, relations, parameter-validation |
| The selected work package date range exceeds the allowable P | exception | error | pdf-export, gantt, date-range, export-limits |
| #{name} is not writable but can be set through env vars or c | exception | error | configuration, settings, env-vars, deployment |
| LDAP-Error: Could not authenticate at the LDAP-Server. | exception | error | ldap, authentication, bind-dn, configuration |
| LDAP-Error: %{error_message} | exception | error | ldap, connection-error, tls, network, configuration |
| Couldn't find WeekDay with day #{day} | http | error | date-handling, working-days, validation, record-not-found |
| Connection blocked: the Jira host resolves to a private IP a | exception | error | ssrf, jira, network, security, import, private-ip |
| Failed to connect to Jira server: %{message} | exception | error | jira, network, import, dns, url-validation, attachments |
| SSL error connecting to Jira server: %{message} | exception | error | jira, ssl, tls, certificate, network, import, attachments |
| Connection to Jira server timed out: %{message} | exception | error | jira, timeout, network, import, attachments |
| Failed to parse Jira API response: %{message} | exception | error | jira, json, parsing, import, proxy, sso |
| Filter must be a JSON object, got #{filter.class} | http | error | api, json, filters, query, validation, rest, openproject-api |
| AuthProvider with slug: "#{slug}" has not been found | exception | error | sso, authentication, users, api, record-not-found, openproject-api |
| Value for #{name} must be one of #{allowed.join(', ')} but i | exception | critical | configuration, settings, environment-variables, boot, validation |
| Configuration value for environment variable '#{env_var_name | exception | critical | configuration, yaml, environment-variables, boot, settings |