How do I edit the workflow in a project to execute a post function on issue update?

Jakob Rödström September 24, 2012

We are trying to set up a notification to our hipchat client when edit an issue in one of our test projects.

At this point we send notifications when new issues with the priority BLOCKER is CREATED within the project but I cannot find where in the workflow setup, one can edit an UPDATE for an issue.

We want to send a message to the Hipchat room when an issue gets the priority UPDATED to BLOCKER as well.

Any ideas?

2 answers

1 accepted

0 votes
Answer accepted
Jakob Rödström October 9, 2012

Got it!

No "native" functionalty in the base version so to speak.

0 votes
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 24, 2012

You need a listener for that. You can write your own plugin, or you could try using scripted listeners:

https://studio.plugins.atlassian.com/wiki/display/GRV/Listeners

https://studio.plugins.atlassian.com/wiki/display/GRV/Built-In+Scripts#Built-InScripts-Firesaneventwhenconditionistrue

That second link is to a "built-in script" that has example code for checking if a field has changed to a specific value.

Suggest an answer

Log in or Sign up to answer