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

Development
  1. OpenProject
  2. Forums
  3. Development
  4. Problem add storePoints in subtask - api v3

Problem add storePoints in subtask - api v3

Added by Dariusz Andryskowski almost 7 years ago

Hi everyone:)
Im new here

I need some help or find solution why i can’t add store points in subtask.
In main task (please see screen: 2018-05-08 20_00_23-task.png) i send store points and api return in response the same value store points how i wrote when i Create new task.

{"description":{"format":"textile","raw":"example description main task"},"subject":"Grupy projektowe","estimatedTime":"PT0H","storyPoints":8,"_links":{"project":{"href":"\/api\/v3\/projects\/1"},"type":{"href":"\/api\/v3\/types\/1"},"status":{"href":"\/api\/v3\/statuses\/1"},"version":{"href":"\/api\/v3\/versions\/4"}}}

When i create subtask (please see screen: 2018-05-08 20_00_23-task-sub.png) i send store points and api return response in storePoints null.

{"description":{"format":"textile","raw":"example description subtask"},"subject":"Ticket 1","parent":{"href":"\/api\/v3\/work_packages\/245"},"estimatedTime":"PT10H","storyPoints":2,"_links":{"project":{"href":"\/api\/v3\/projects\/1"},"status":{"href":"\/api\/v3\/statuses\/1"},"version":{"href":"\/api\/v3\/versions\/4"}}}

Subtask create all value what i send without storePoints. Http status is 200.

If I need give some additional parameters, please let me know.

Thank You for help


Loading...