Project

General

Profile

Intercept / wrap up the 'Create' action

Added by Celerity Abbott over 11 years ago

1). My typing / actions:
After clicking on 'New Issue' tab, the issue creation page comes up. A subject line is filled in (e.g. ABC123), some simple text is added to the description textarea, and a watcher is added..

2). The 'Create' button is now ready to be clicked.

3). My questions:
How to intercept this 'Create' request in the server (programmatically)? Can I get the subject text and the watcher and use them to do something, before complete the 'Create' action?

Much appreciate for any inputs, sample code especially. Thanks in advance.

Celerity