Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Internal error 500 creating a work package

Internal error 500 creating a work package

Added by Ruben Lopez about 7 years ago

Hi, I´m trying to create a work package from my custom form, I try to do it buy I always than have something on post body have that error:

I’m posting to the url /api/v3/projects/3/work_packages/form but same error on /api/v3/projects/3/work_packages

errorIdentifier: "urn:openproject-org:api:v3:errors:InternalServerError" message: "An internal error has occured." _type: "Error"

That’s what i’m sending out:

@
{
lockVersion,
subject,
“description”:
{
format,
raw "
},
“_links”:
{
status
href
},
project
href
},
“type”:
{
href
},
“customField5”:
{
href
},
“customField2”:
{
href
}
},
}
@

I don´t know where I´m wrong.


Loading...