• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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.
 
P

Pabblymember11

Guest
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.
 
P

Pabblymember11

Guest
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?
 
P

Pabblymember11

Guest
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.
 
P

Pabblymember11

Guest
You will get the task id from the CLickup dashboard which you can feed to your GitHub manually.

1695876046978.png
 
Top