RoleDetails
Query Role Details in JIRA.
Columns
Name | Type | References | SupportedOperators | Platform | Description |
Id [KEY] | Integer |
Roles.Id | Common | The Id of the details of the role. | |
ProjectId [KEY] | Integer |
Projects.Id | =,IN | Common | The Id of the project associated with the details of the role. |
ProjectKey [KEY] | String |
Projects.Key | =,IN | Common | The key of the project associated with the details of the role. |
Name | String | Common | The name of the details of the role. | ||
Description | String | Common | The description of the details of the role. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description | |
Rows@Next | String | This is used to page through multiple pages of results and should not be set manually. |