Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Event Listener for Version Update

Phillip Ponzer [Cprime]
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.
April 2, 2013

Is there a way to write an event listener for when a JIRA project's version updates?

Similar to how an event listener for VersionReleaseEvent works:

https://developer.atlassian.com/display/JIRADEV/JIRA-Specific+Atlassian+Events

https://developer.atlassian.com/display/JIRADEV/Writing+JIRA+event+listeners+with+the+atlassian-event+library

9 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
HomeAway
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.
December 17, 2014

There are no listeners for version events in the API.  But you can easily configure a webhook if you have a receiving URL to post to that can process JSON.

Phillip Ponzer [Cprime]
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.
December 17, 2014

There's a webhook for when a version updates?

0 votes
Mick Halsband June 26, 2013

Hey @Andy,

Any news regarding the version listener plugin?

Thanks again

rambabu patina
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.
October 27, 2013

Hi Andy,

Any clue regarding version update event. Could you please let me know how to get it..?

regards,

Patina

s@ii November 6, 2013

Hi Andy,

is there any third party plugins available related to version update event. Could you please let me know how to get it..

regards,

Sai

0 votes
Mick Halsband May 15, 2013

Hi @Andy,

Sorry if this is not the best place to post this but I couldn't find a better one.

I'm interested in the Version Notification Plugin you mentioned.

Is this something that would be freely available somehow?

Thanks

Andy Brook [Plugin People]
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.
May 15, 2013

Hi Mick,

The main plugin has been 'done' but the extension to expose an event listener API hasn't yet been implemented, its on my todo - many distractions.

The main plugin needs publishing for starters, once out, I will then chalk up an issue to implement a listener API, end of the month at the earliest, have AtlasCamp next week.

0 votes
Phillip Ponzer [Cprime]
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.
April 2, 2013

I'm intrigued. If you're interested enough, I'd be interested in testing such a thing out?

0 votes
Andy Brook [Plugin People]
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.
April 2, 2013

No, plugin extension point, you could then code a plugin to do what you want. WebHooks dont actaully handle custom events, making it a moot point.

0 votes
Phillip Ponzer [Cprime]
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.
April 2, 2013

Unfortunately, I'm not looking to email anyone, just react to versions being updated.

0 votes
Andy Brook [Plugin People]
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.
April 2, 2013

I wonder, creating an extension point in this plugin, I could externalise the 'change', providin the hook for doing what you want, without having to write all the scheduled monitoring /checking, would that be viable?

0 votes
Phillip Ponzer [Cprime]
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.
April 2, 2013

By "hook" do you mean "JIRA webhook"?

0 votes
Andy Brook [Plugin People]
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.
April 2, 2013

I actually have a plugin in the pipes that will allow you to watch a project, and be notified by email of new version or changes to versions (so far), unless youre really just writing somethign from scratch?

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

TAGS
AUG Leaders

Atlassian Community Events