get_sprint()
now returns a tibble instead of a data.frame, consistent
with other functionsget_issue()
returns also returns the issue summary, description, and resolutionget_issue()
and get_issues_by_epic()
both check if the story point
mapping has been refreshed in the current session and will auto refresh if
necessary. This behavior can be disabled by setting the option
"sprintr_storypoint_mapping" to TRUE.anytime::anydate()
to lubridate::as_date()
to avoid UTC
parsing problems with ISO8601 datetimes in issue responses.get_epic()
retrieves summary information on a specific epic ID.get_epics()
retrieves summary information for all epics under a certain board ID.get_issues_by_epic()
retrieves all issues for a specific epic.get_issues_on_backlog()
can take an optional JQL string through which results are filtered.find_story_point_mapping()
detects the customfield id for story point fieldsjira_api_post()
calls were broken. :(get_board_details()
was calling the sprint details endpoint accidentally.sprintr
environment variables can now
set as well set get their values. This is intended for development purposes.get_sprint_report_detail()
takes a board_id and a sprint_id parameter.get_sprints()
renamed to get_all_sprints()
.get_sprint()
introduced to fetch details of a particular sprint.get_boards()
now properly follows pagination (@quartin).JIRA_API_KEY
properly documented (@quartin).epic_name
correctly parsed from issues.NEWS.md
file to track changes to the package.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.