pub async fn get_available_screen_fields(
configuration: &Configuration,
params: GetAvailableScreenFieldsParams,
) -> Result<Vec<ScreenableField>, Error<GetAvailableScreenFieldsError>>
Expand description
Returns the fields that can be added to a tab on a screen. Permissions required: Administer Jira global permission.