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. Edit Work Package api v3 openproject issue.

Edit Work Package api v3 openproject issue.

Added by Bansri Gor almost 6 years ago

i update the work package using "edit work package - apiv3".  I have a issue api not work.

I update that using body and header below data. 

{
      "subject":"swaat TYPE 1 AND STATUS 2 SET ALSO PRIORITY IS 6 123",
   "description": {
       "format": "textile",
       "raw": "Task assign for the swaat Data"
   },
      "_links": {
       "type": {"href":"/api/v3/types/1"},
       "status":{"href":"/api/v3/statuses/1"},
       "priority":{"href":"/api/v3/priorities/6"}
   }
}

please give some solution about this issue.


Loading...