Inspiration
I have inspired by page view analytics of Confluence.
What it does
It displays issue view, update, comment and mention counts on the issue view and displays project level report and chart of these informations.
How we built it
We used Forge storage, UI Kit and CustomUI to build it. It listen product hooks like issue updated, viewed etc. to determine which issues are viewed or worked on.
Challenges we ran into
Forge storage is very limited (10 query/update per second) and this limit is independent of number of users on the host product. As a result we often hit this limit. Also there is not much query capabilities. I'm considering to port storage to DynamoDB. Entity properties may solve throughput limit but it will not help much with querying data.
Accomplishments that we're proud of
Unfortunately nothing.
What we learned
I gained experience with Forge platform.
What's next for Jira Issue Statistics
I will port storage to DynamoDB.


Log in or sign up for Devpost to join the conversation.