• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Updating Issue in Github to Update Task in ClickUp

Your Task History ID
IjU3NjEwNTZiMDYzNDA0M2Q1MjZjNTUzNjUxMzQ1MTY3NTQzMSI_3D_pc
So I made a new workflow for when an issue is being updated in github it will also update the task in clickup. I re-captured the response and mapped the correct data. Now when I click Save & Test on the update task, it works but its not updating the task in clickup. I saw the response received but its still showing the old data not the new ones even though I mapped them.
 

Supreme

Well-known member
Staff member
Hey @lalakingcaaath

Can you please record a short video on why the fields and the tasks are not getting updated?

As we can see from your recent history logs the tasks are getting updated accordingly.
 

Supreme

Well-known member
Staff member
As per the API documentation of Clickup, there is no action event or feature available that can get a specific task from your ClickUp account to update the task dynamically.


So, updating the task in a dynamic nature cannot be possible but if you are getting the Clickups' task ID from your GitHub then it can be possible to update the task in the automation.
 
Is it possible to get the clickup task ID from github? I tried mapping the issue ID but it did not work and resulted in an error. Is there some way to convert that ID to the clickup task ID?
 

Supreme

Well-known member
Staff member
I tried mapping the issue ID but it did not work and resulted in an error. Is there some way to convert that ID to the clickup task ID?
The Task ID of Clickup has to be passed in the Update Task action step in a dynamic nature from the trigger response for the possibility.

So, if you can pass the task ID in your GitHub then that can happen.
 

Supreme

Well-known member
Staff member
You will get the task id from the CLickup dashboard which you can feed to your GitHub manually.

1695876046978.png
 
Top