Uploaded image for project: 'Jira Align'
  1. Jira Align
  2. JIRAALIGN-4892

API: Epics field "points" will return empty if the estimation used on the Portfolio is Team/Member Weeks

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low
    • 10.121.0
    • 10.118.2
    • REST API
    • 1
    • Severity 3 - Minor
    • No

      Issue Summary

      When running a GET to the Endpoint Epics, the field "points" will be empty if the estimation system of the portfolio is set to Team/Member Weeks, while other estimations will work fine. See the result calls for the same Epic while changing the estimation system:

      T-Shirt as estimation:
      "points": [
            {
              "estimationSystem": "T-Shirt",
              "estimationValue": "Small"
            }
          ],
      Points as estimation:
      "points": [
            {
              "estimationSystem": "Points",
              "estimationValue": "50"
            }
          ],
      Weeks as estimation:
      "points": [],
      

      Steps to Reproduce

      1. Create an Epic and set its estimation value
      2. Change the Portfolio Estimation to Points
      3. Do a GET call to this Epic and see the fields "points"
      4. Now change the portfolio estimation to Team/Member Weeks
      5. Do a GET call to this Epic and see the fields "points"

      Expected Results

      The field "points" would have the data regardless of the estimation system used on the portfolio

      Actual Results

      If the estimation system used is Team/Member Weeks, the field points is empty

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

              csmith1@atlassian.com Cap Smith
              a8cff3407f0b Diego Larangeira
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: