You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Can we develop add-ons for Jira using python?
Hi!
Which functionality do you want to make?
add-on means in Jira, so JVM based things can be like java, scala, groovy, jruby, jython etc.
But the main idea of that tools , it's cover some functionality, hence please. start from functionality and do external app which will communicate via REST Api.
@Gonchik Tsymzhitov Thanks for the response.
I want create an add-on for dashboard reports so can i do that using Python instead of Java.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If dashboards on Jira web site, - nope.
AS workaround you can do in Grafana + some DB (influxdb, elastic, prometheus) etc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okey so can i get the data from jira using python and create the dashboard on the tools that you have mentioned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Of course,
For fetching - https://pypi.org/project/atlassian-python-api/#description
for building elastic + grafana or kibana
but you should to know what kind of dashboard would you like to make?
maybe someone already made in Jira, already
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks will check and give it a try.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.