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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -