I'm wondering if there has been anyone out there who has leveraged the JIRA modules and run into the the error I have attached to this question and if you have had any luck in getting around it? I have a simple webhook that runs when a project is updatedIf the task is marked for update in JIRA it r...
What is the right way to iterate through this structure (which is the output of an HTTP Request)? I want to iterate thru each variantAssayID in each collection of the array: I tried to use an iterator like this: Instead of the iterator passing variantAssayID 1, then variantAssayID 2, then variantA...
I am trying to create a task in a project from the Create Record module, but the module will not populate the Planned Hours or Duration if the Task Duration Type is Simple. If unselect Duration Type it allows me to set the Duration of the task but not the Planned Hours. What do I need to do?
Hello.I designed a scenario to update task comments in Workfront, by updating Note record, setting new noteText. However, despite it being changed, Workfront still shows old text. I figured it is comming from html property, this one didn't get set automatically. I tried setting it manually with same...
This is just a minor annoyance, but it used to cause me some confusion, so it may be worth a fix if everyone else experiences it: If a scenario with a Watch event trigger has been paused for some time and I view its history, I see there are "x Records in Queue" waiting to be processed. If I want to ...
Hi. I want to create a scenario triggered only by a Watch event for "Updated Only" projects where the Last Update Date for the Old State does not equal today. Basically, I want the scenario to run no greater than once per day for a given project update. I have tried to use a Filter on the webhook w...
Is it possible to create an instant webhook that triggers when a certain custom form is updated? I suggested adding a checkbox on the form for this exact purpose but this solution isn't optimal in our case and we were looking for other options.
I recently built a scenario in Fusion that after a request/issue has been entered an alert goes out to a particular team. In that same scenario, i also added some modules so when that request has been passed on to a user to work "assigned user", they will only get notifications on work they do and i...
Hello, i work at Chase, and i am creating a Fusion scenario that when a specific "team" creates a issue/request, they would only get a notification when its created. Then if one of those team members assigns a user to the request to work, then if that user makes updates then only they would get a no...
What is the best way to remove a character from a string? Currently I am using this implementation to remove a comma from a string. Does the emptystring variable leave unexpected characters?