Best answer

Updated Task in ActiveCollab trigger

  • 29 June 2021
  • 3 replies
  • 42 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.

icon

Best answer by nicksimard 1 July 2021, 19:15

View original

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

Userlevel 7
Badge +14

Hi @gabiu 

You’ll have to use webhooks by ActiveCollab to trigger on updated Tasks.

You’re Zap trigger would use the Webhooks app: https://zapier.com/apps/webhook/integrations#triggers-and-actions

Articles:

https://activecollab.com/help/books/my-active-collab/webhooks

https://activecollab.com/help/books/my-active-collab/add-ons

https://activecollab.com/blog/labs/api-webhooks-extensions

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/

Userlevel 7
Badge +11

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.