Hi All,
Now in my office, they switch into "On demand JIRA" form SharePoint 2010.
In SharePoint 2010 have the event receivers to trigger the user code when the following things are happen,
1. Issue Created time
2. Issue Updated Time
3. Issue Deleted Time
How can i deploy a user code to trigger when the above scenorios are happen in "On demand JIRA".
Please guide me to achieve my goal.
Thanks.
Jira logs issue created and updated on the issues. It also fires "events" out when they happen. Generally, an "issue created" event for creation, but the updates are a lot more granular - you've got comments, edits, move through transition, work logged etc.
Jira does NOT store "delete" though. It DOES fire an event for it, but the point of delete is that the issue is deleted, so there's no where left to actually store deletion date/time.
Anyway, for events you can easily write a "Listener" that can catch any event and run your code.
However, you're using OnDemand Jira, so you can't actually implement these - custom code is not allowed in OnDemand (yet). Some options:
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.