Power BI Connector for GitHub

Build 25.0.9539

IssueAssignedActors

Lists information about the assigned actors to the repository's issues.

View-Specific Information

Select

The connector uses the GitHub API to process WHERE clause conditions that are built with the following column and operators:

  • IssueNumber supports the '=,IN' comparison operators.

For example, the following queries are processed server-side:

SELECT * FROM [IssueAssignedActors]
SELECT * FROM [IssueAssignedActors] WHERE [IssueNumber] = 123

The connector processes other filters client-side within the connector.

Columns

Name Type References OrderBySupport Description
IssueNumber [KEY] Integer

Issues.Number

Identifies the issue number associated with the assigned actor.
Id [KEY] String Id of the assigned actor.
AvatarURL String A URL pointing to the actor's public avatar.
Login String The username of the actor.
ResourcePath String The HTTP path for this actor.
URL String The HTTP URL for this actor.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539