-
Updating User's Schedule (Wrike) from Third Party (BambooHR)
I'm hoping someone can tell me if I'm wasting my time or if I'm just doing this wrong… We use BambooHR to request and track PTO requests. I'm trying to take those PTO requests and push them in to Wrike so that user's can see if another user is going to be on PTO before assigning them a project. I've build a custom workflow…
-
Converting Current API IDs to Legacy V2
Hello, I know that there is an API call to convert legacy IDs to the current IDs, but is the inverse possible? I am working on a project that is importing task information into a database, and it would be ideal if the ID stored in the database matched the legacy v2 numeric ID seen on the front end instead of the current…
-
Wrike+Outlook -> create Task and fill CustomFields
It would be very useful if, when creating tasks via email, custom fields could be directly populated (JSON and field IDs). This would eliminate the need for individual access tokens in automated scripts and allow direct work with email accounts.
-
API update of custom field with type 'Linked to Database'
Does anyone know if it's possible set the value of a folder / project custom field that is linked to a database using the API? I have attempted using both the 'display value' of the database record and the actual record ID (looked up using the DataHub API) and in both cases the API returns the following error:…
-
Is there a way to list the custom fields "Added to" a space?
I'm trying to share and reuse fields across spaces. I have set them up via the GUI. When I list custom fields for my space, I can see they "Belong to" Space A, and have been "Added to" Space A and Space B. But if I try to list the fields in Space B via the API, they don't show up. Is there a way to get the custom-fields…
-
filter and searchQuery on DataHub api calls
I am hoping someone can give me a list of operations that are accepted in the filter parameter of a call to the DataHub API. The example shows equals and isNotEmpty, what are the others? Also is there any examples of what can be used in the searchQuery parameter? Is it possible to search for more than one attribute? Is…
-
Add followers to a project through the API
It would be really nice if there was a way to add people as followers to a project through the API. Currently, you can only share a project with people via the API.
-
Is there a way to get Permalinks via the API
As the title asks, is there a way to generate permalinks to wrike projects via the API?
-
Custom field IDs
When a custom field is moved from the space to the account level does that change the custom field ID?
-
How do I set the Start date and Due date on a folder?
Looking at the wrike API, I don't see a way to set the startDate and dueDate fields on the folder update endpoint. There's not `dates` object like there is for tasks. Is there a way to manually set these values via the API?