Starting Point Dashboard Item Charts

Hey Community,

i am pushing hard to implement a dashboard item chart.
The marketplace does not offer the option I need.

Therefore I am trying the best to create my own dashboard item.
I successfully completed the tutorial:
https://developer.atlassian.com/server/jira/platform/writing-a-dashboard-item-app/

Now I wonder if there is any documentation of building blocks for dashboard items?
Is it possible to recycle some code from somewhere else?

Cheers!
Christian

Hi Christian,

for your purpose I would definitely recommend checking the documentation of Dashboard item module:
https://developer.atlassian.com/server/jira/platform/dashboard-item-module

Also a good idea in such situations might be an advanced searching on github and digging into usage of the dashboard item in real public repositories. Search for string “dashboard-item” in files with name “atlassian-plugin.xml” and you get a list of repositories implementing this. The url doing the search would look as follows: Sign in to GitHub · GitHub

Hope this helps.
Vojtěch Schlemmer [MoroSystems, s.r.o., Czech Republic]