Get the agile board's working and non-working days via REST API

XMLWordPrintable

    • 1

      Issue Summary

      As an app developer,

      I need a way (preferably via Jira REST API) to get the working and the non-working days of an agile board,

      So that I can consider them in my app.

      Steps to Reproduce

      The current Jira REST API endpoint for getting the agile board configuration does not include the non-working days in the JSON response https://developer.atlassian.com/cloud/jira/software/rest/api-group-board/#api-rest-agile-1-0-board-boardid-configuration-get.

      A call to this:

      GET \ --url 'https://your-domain.atlassian.com/rest/agile/1.0/board/{boardId}/configuration'

      returns data about the board, column configurations, estimates, etc but it does not include data about working and non-working days, although they are actually part of the configuration.

      Expected Results

      Working and non-working days information is included in GET  /rest/agile/1.0/board/{boardId}/configuration

      Workaround

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

            Assignee:
            Unassigned
            Reporter:
            Tomasz Zasada
            Votes:
            19 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: