Skip to main content
Skip table of contents

Preparing sprint retrospectives

Thanks for the opportunity to have detailed info about the pull request, issues, and milestones without leaving the Confluence platform your sprint retrospectives enable data-driven decision-making, promote transparency, and support continuous improvement within the team.

Why?

Including info about the pull request, issues, and milestones to the sprint retrospectives:

  • Provides objective information about the work completed during the sprint, allowing the team to base their retrospective discussions on factual data rather than subjective perceptions;

  • the team can accurately assess the progress and outcomes of the sprint to see the number of resolved issues, and other metrics that indicate the team's performance;

  • provide a visual representation of the team's progress, making it easier to spot trends, outliers, and areas that require attention.

Pull request information

Copy a link similar to this one - https://github.сom/facebook/react/pull/17484

GitHub Issue information

Copy a link directly to the issue https://github.com/facebook/react/issues/17785

The list of the latest pull requests

https://github.com/microsoft/team-explorer-everywhere/pulls

The list of the latest issues

https://github.com/facebook/react/issues

The list of the issues with specific filters

You can pass the parameters to the macro to apply additional filters. This is done using URL parameters macro parameter.

Here are some examples of parameter usage.

CODE
milestone=192&labels=api,debug
labels=api,debug

The supported parameters are described below.

milestone string

If an integer is passed, it should refer to a milestone by its number field. If the string * is passed, issues with any milestone are accepted. If the string none is passed, issues without milestones are returned.

assignee string

Can be the name of a user. Pass in none for issues with no assigned user, and * for issues assigned to any user.

creator string

The user that created the issue.

mentioned string

A user that's mentioned in the issue.

labels string

A list of comma separated label names. Example: bug,ui,@high

sorting

What to sort results by. Can be either created, updated, comments.

Default: created

Can be one of: created, updated, comments

directionstring

The direction to sort the results by.

Default: desc

Can be one of: asc, desc

sincestring

Only show notifications updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

Milestone information

Copy a direct milestone link like - https://github.com/facebook/react/milestone/40

The list of labelled issues of a milestone

Set the filters in the dialogue of the macro. 

The parameters used are listed on GitHub in a table - https://developer.github.com/v3/issues/#list-issues-for-a-repository

Save the macros to see the changes.

Updated:

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.