Hi Guys,
2 Questions
1- Is there a way to use a repository like BitBucket to update a script directly in Jira instead of going into a post function to do so?
2- Can we update the workflow via post function via the API?
I look forward to your reply.
Thanks,
Priyanka Patel
Engineering Support Analyst
Scriptrunners "Script roots" (<JiraHome>/scripts) is just a directory on the Jira server so you can just turn your script roots into a repository that is connected to your bit bucket/git hub repo.
When you need to make changes you can clone your repository to your local machine, make/test your changes locally, push changes back to master/main branch and then go to the script roots directory on the Jira server and do a "git pull" to pull down the changes you pushed to master from your local machine.
Any file changes should be picked up after a few minutes and the post functions will then be using the newest versions of your scripts.
Regards
Matthew
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.