Jordan Woods
Jordan Woods
## Summary When downloading data from a dashboard view, the api should be able to target a specific sheet. ## Request Type ****Type 3: new functionality**** Requests for totally new...
**Describe the bug** When making an adjustment to a tiered license level on a site, trying to add the user for that tier too soon after can fail. Even if...
In [the docs for filtering the REST API](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_concepts_filtering_and_sorting.htm) is the following phrase: > Wildcard searches for characters using starts with, ends with, and contains-based searches are supported starting in Tableau...
This adds functionality to bulk add and bulk remove users. It has the TSC users pass in an `Iterable[UserItem]`, and creates the csv file formatted as specified by [CSV guidelines](https://help.tableau.com/current/server/en-us/csvguidelines.htm)....
## Summary Configure sending emails to specific users when Flow runs successfully. ****Type 2: add a REST API and support it in tsc.**** If it is functionality that can be...
## Summary Add ability to find project by id ## Request Type ****Type 3: new functionality**** Requests for totally new functionality will generally be passed to the relevant dev team,...
**Describe the bug** It appears to me that the publish datasource method utilizes a `connectionCredentials` subelement, and not a `connections` element. https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_data_sources.htm#publish_data_source The way I see it, we could solve...