Skip to main content

Commits > URL

Tom Williams avatar
Written by Tom Williams
Updated over 2 weeks ago

Dataset: Commits from pull requests

Entity: Commit

Field ID: url

Type: Text

Description: The URL of the commit in the source application.

Source: App

From:

Github (Commits)

url

Gitlab (Commits)

web_url

Bitbucket (Commits)

links.html.href

Azure DevOps (Commits)

Built from host, commitId and parent PR forkSource.

Jira

N/A

ClickUp

N/A

Trello

N/A

Reporting Use Cases

The Url field from the Commits dataset provides a direct, clickable link to the specific commit in its source Git platform (e.g., GitHub, GitLab). Its most critical function in reporting is to provide direct access to the code, turning high-level data into actionable insights.

  • Enabling Drilldowns and Investigation: This is the field's most important use. When you create an aggregated widget, such as a chart of "Commits per Day," and drill down into a specific data point, the resulting list of individual commits should always include the Url as a dimension. This transforms the report into an actionable tool, allowing developers to jump from a high-level trend directly to the line-by-line code changes with a single click.

  • Providing Context in Lists: In any report that lists individual commits, including the Url provides essential context and a direct path for further investigation, making the report far more useful for developers and managers alike.

  • Filtering by Source Platform: You can also use the URL's structure to filter your reports by its source. For example, a filter like Url ~ "github.com" will create a widget that only shows commits from your GitHub repositories, allowing you to analyze activity on a per-platform basis. Note, however, that using the Source App field is generally a better alternative for this use case.

Did this answer your question?