Creating a Scorecard
Last updated
Last updated
When users create a new account in Rely.io and set up core plugins (Git Provider and Incident Management Provider), they'll see default scorecards and metrics in their account. This helps users get started quickly.
Users also have the option to create their own scorecards that fit their specific business objectives. There are two ways to create scorecards: through the user interface or by using the Public API.
You can create a scorecard from the scorecards catalog by directly providing a valid scorecard descriptor.
You can only create scorecard rules that reference properties that exist in the blueprint the scorecard applies to. Make sure the blueprint descriptor is compliant with whatever you're trying to set before submitting the scorecard.
Once you create a scorecard, an automation process will automatically assess the compliance of various entities against the specified ranks and rules in the scorecard. Typically, you can expect the results to arrive within a few seconds.
Entities that don't comply with the lowest rank (bronze), will be shown as "No Rank"
You can create scorecards from the Public API by using the endpoint listed below.
ScorecardsRemember that in order to call Rely.io Public API you need to authenticate before. If this is your first time doing it refer to the official docs.