I have a python script that utilizes the Jira Rest API to perform some actions. Is there anyway to package this into a Servlet with the Atlassian SDK for my Jira server?
Welcome to the Atlassian Community!
Yes, but your plugin will need to incorporate a Python executable environment. Jira doesn't have one (it's not written in Python)
I have my servlet calling my python script, which works like a charm on localhost, except whenever I deploy my plugin onto a Jira server the Python script doesn't get called.
I thought it may have something to do with the file path, but is it because there isn't a Python executable environment in the Jira server?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.