The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can we develop add-ons for Jira using python?

Chethan GR
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 3, 2020

Can we develop add-ons for Jira using python?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Gonchik Tsymzhitov
Community Champion
May 3, 2020

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.

Chethan GR
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 3, 2020

@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.

Like chethan_gr likes this
Gonchik Tsymzhitov
Community Champion
May 3, 2020

If dashboards on Jira web site, - nope.

AS workaround you can do in Grafana + some DB (influxdb, elastic, prometheus) etc

Like David Truhlář likes this
Chethan GR
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 3, 2020

Okey so can i get the data from jira using python and create the dashboard on the tools that you have mentioned.

Like chethan_gr likes this
Gonchik Tsymzhitov
Community Champion
May 3, 2020

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

Chethan GR
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
May 3, 2020

Thanks will check and give it a try.