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 Leaders.
May 3, 2020

Can we develop add-ons for Jira using python?

1 answer

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 Leaders.
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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 3, 2020

If dashboards on Jira web site, - nope.

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

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 Leaders.
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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 Leaders.
May 3, 2020

Thanks will check and give it a try.

Suggest an answer

Log in or Sign up to answer