Skip to main content
Answer

Updated Task in ActiveCollab trigger

  • June 29, 2021
  • 3 replies
  • 61 views

I am integrating ActiveCollab with JIRA. 

I managed to successfully create a new JIRA ticket when a new ActiveCollab task is created, but how can I update my JIRA ticket (Title/Description) when it gets updated from ActiveCollab. I couldn’t find a trigger for this action.

Best answer by nicksimard

Hi @gabiu!

You could check this: https://developers.activecollab.com/api-documentation/v1/utilities/notifications/object-updates.html

I think that would enable you to perform a GET and retrieve updates. 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • June 29, 2021

  • Author
  • Beginner
  • June 30, 2021

I just enabled Webhooks with ActiveCollab and it still doesn’t work when a task is updated. It triggers when a task is created, when a comment is posted or when the task is marked as completed, but NOT when I just update the description of the task…

Any thoughts? ActiveCollab pointed me to an API documentation from 2015 … https://developers.activecollab.com/api-documentation/


nicksimard
Forum|alt.badge.img+11
  • Zapier Staff
  • Answer
  • July 1, 2021

Hi @gabiu!

You could check this: https://developers.activecollab.com/api-documentation/v1/utilities/notifications/object-updates.html

I think that would enable you to perform a GET and retrieve updates.