Detect change status in integration

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
PacoA
Posts: 8
Joined: 12 Nov 2020, 09:31

Detect change status in integration

Post by PacoA »

Hello.

I´m tryin to connect Jira with mantis 2.24.2. I need to make a post request when a mantis issue change to a selected status.

I´v tried in 'custom functions' but had trouble with management of history of updated bug.

I´v been told I could use EVENT_UPDATE_LOG but I don´t know how.

Thanks
cas
Posts: 1614
Joined: 11 Mar 2006, 16:08
Contact:

Re: Detect change status in integration

Post by cas »

Suggest to create a plugin that kicks in after an update. There you can do validation and initiate actions.
Post Reply