jira.js
    Preparing search index...

    Function getSprintProperty

    • Returns the value of the property with a given key from the sprint identified by the provided id. The user who retrieves the property is required to have permissions to view the sprint.

      Parameters

      • client: Client
      • parameters: { propertyKey: string; sprintId: number }
        • propertyKey: string

          The key of the property to return.

        • sprintId: number

          The id of the sprint from which the property will be returned.

      • Optionaloptions: RequestOptions

      Returns Promise<{ key?: string; value?: unknown; [key: string]: unknown }>