Hello, I'm having a hard time understanding the JIRA API Module for Custom API Calls. When configuring the "connection" for this Module, one of the things it asks you is the "Service URL" and I'm really confused what this URL is since it calls it "Instance URL" ???? Is the instance and service URL ...
Hi everyone, I'm trying to update dynamically user's Teams ("Other teams", not home team) with custom API call as I can't find suitable default option neither in Update User module, nor Update Teams module. I'm able to pull current user's team(s) and add a new team to the collection, but when I try ...
Hello, fellow Fusion users!I'm exploring how to automate our project setup in Workfront using Fusion and would appreciate your insights on the feasibility and potential challenges. Here’s what we aim to achieve: Project Initiation: When a Marketing Lead submits a detailed Workfront request for vario...
Hello, We use Issues in a Workfront project to manage values in a drop down for a form. When someone adds a new issue, we trigger Fusion to add that to the drop down use a custom api call.The problem that I'm having is that I like the drop downs to be sorted alphabetically and can't figure out how ...
I have drawn a blank in the syntax to use the Watch Record and try to put in a cross object custom filter in the Optional Filter.... I have: project:DE:fieldnameproject.DE:fieldname{project}.{DE:fieldname}project:[DE:fieldname]project:["DE:fieldname"]project:fieldname project:portfolioID=636a8803004...
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...