....ISSUE_CREATED event for the above issue type, using the following instructions for creating an event listener: https://developer.atlassian.com/display/JIRADEV/Plugin+Tutorial+-+Writing+event...
...----------------"); } @Override public void destroy() throws Exception { eventPublisher.unregister(this); } @PluginEventListener public void onPluginEnabled(PluginEnabledEvent event...
Hello, Does any one knows how generic event works, please i need clear explanation as i cannot not see what its actually used for. Thanks, Best...
I am trying to import an .ICS file with different event types established. Is there a way to do this?
Hello. I am trying to rewrite suggestion options for project system field to get them in a different order using javascript. The idea is to write an event handler and catch NEW_CONTENT_ADDED event....
Hi, is there a simple way to fire an issue event using Script Runner Escalation Service by giving event's ID? I only managed to find some old examples with deprecated methods that can't be used in...
Steps to re-create: Create an issue or open an existing issue. Click 'Edit' button. Add a comment. Do not change any of the other fields. Click 'Update' button. I have double checked th...
...event goes well the problem is that even if the handling is executed and the propagation of the event should be stopped by the jQuery the submission still executes even though it enters the "if" and...
I have triggered an Issue resolved event using the post function during the Resolution transition and captured it in event listener. Now i want to capture the Worklog, issue update and many more...
I have a script that updates the Assignee on sub-tasks when the Assignee is changed on the parent issue type. It's an event listener that was originally listening just for issueUpdated event. This...
...dialog I have a 'close' button which is supposed to emit a 'close' event: $('#dialog-close-button').click(function(e) { AP.require('events', function(events) { events.emit('close...
...enter a comment AND an attachment before submitting. When using the legacy JIRA issue attachment interface I can enter a comment and any number of attachments, the IssueCommented event fires (which...
...… Atlassian Summit Summit is our customer event which will take place in beautiful Barcelona, Spain from the 3rd-5th of September. Summit is a great opportunity to meet other Atlassian customers...
I was trying to follow the example given at https://developer.atlassian.com/display/DOCS/Plugin+Tutorial+-+Writing+event+listeners+with+the+atlassian-event+library on writing event listeners using...
Hi, I'm trying to setup a custom event with template Issue Commented that is thrown (through a Script Listener) when a Issue Commented event is thrown, except for comments added by a specific user....
Hi. I am looking for some clarification with respect to events. As far as I understand, you can configure a single event to be fired as post-functuion at the end of a workflow transition. I am...
...complicated to accomplish than we originally thought, but we have been making progress up until now. I am using a groovy script listener to process an Issue Created event, look up similar issues and...
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...
...I tried to run the same code AFTER the event and transition went smoothly. Mind you: the event fire is the last operation in the Post Functions. I then tried another approach to do transitions...
Hi In Confluence, I would like to hook into a "save page" event (to export a PDF-version of the page. Is this possible? If yes, can you please give me directions of how to do it? Atlassian...
...with the event because when I change the exact same listener to "Issue Updated" everything works great. Unfortunately I only want this listener to send an email once when it is closed, not every time the...
Hi, I've got a custom task module with a UI form that saves user selected information in the taskContext.getConfigurationMap(). When that task is included in a stage/job I would like my event...
.../email/subject 2) I have updated the file email-template-id-mappings.xml, adding the new event <templatemapping id="10000"> <name>Ask For More Info Event<...
This question is in reference to Atlassian Documentation: Custom Event Types How do you export custom events to ical?
Hello, I am new to doing development in JIRA. I am currently working on an assignment where I would like to update an external system, when some of the field changes under certain "Issue Types" in ...
Copied to clipboard