python for jira

Rajesh Ramankutty April 11, 2019

Hi Guys i have dout.

it is possible to create plugin for jira using python.

or we have to use java only for creating plugin.

1 answer

0 votes
Rafael Pinto Sperafico
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.
April 11, 2019

Hi @Rajesh Ramankutty ,

It depends on what you are trying to accomplish and what you consider as a plugin. For instance, if you want to have the feature available in Jira's web interface, then you shall build it as a plugin making use of https://developer.atlassian.com/server/jira/platform/java-apis/

Alternatively, you could make use of Groovy together with ScriptRunner (https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?hosting=server&tab=overview)

And in Python you could make use of https://jira.readthedocs.io/en/master/ that ease the use of Jira REST API.

Hope the above helps.

Kind regards,
Rafael

Rajesh Ramankutty April 11, 2019

@Rafael Pinto Sperafico 

Thank you sir.

Suggest an answer

Log in or Sign up to answer