I am trying to run a python script using Jira automation rule without using any third party software like bitbucket, aws , azure etc. Is there any way to do that?
Also is there any steps available for connecting Jira software(cloud) with microsoft power automate.
Greetings DIPAYANGANGULY,
Code writing is not my specialty, but I can think of possible solution.
You can use REST API calls to Jira in order to check if a given condition occurred in order to trigger the execution of your Python code.
Learn more about Rest API from the official page: JIRA Cloud REST API Reference (atlassian.com)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.