How to track when a user views a JIRA issue -


in plugin need track when user views issue using ui. ideally i'd know if opened directly, or viewed in issue navigator detail view. need track , when viewed issue.

what's best way this?

cheers, oles

the straightforward way use servlet filter plugin module , scan requested url corresponding issue views. can distinguish between viewing issue directly , view within issue navigator examining query parameters.

alternatively, build web panel plugin module renders no significant ui, invoked when issue viewed. you'd want position web-panel on right side of issue view atl.jira.view.issue.right.context.

in either scenario above, can fetch current user injected jiraauthenticationcontext.


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -