Jira to know how many poeple have visited an issue -


i want know how many people have visited particular isssue in order know popularity( can't trust on number of watchers of issue) .is there way (jiradb or anything) can know how many people(just count) have visited particular issue.

the question can modified : top 10 visited issues in week or so.

seb's earlier answer provides possible solution jira cloud. not aware of off-the-shelf product behind-the-firewall installations of jira, , not believe views tracked anywhere in jira database.

for behind-the-firewall instances, write script parse jira access logs (stored in $jira_home/logs/access_log*) count issue accesses way.

the jira access logs stored in format similar apache access log format, need parse out accesses individual issues looking urls of format "http://myjira/browse/abc-123".


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -