You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello,
I've just started researching this subject but thought I'd ask here first.
Is it possible to run a powershell script from an automation rule please?
Looking to add users to AD groups off the back of approvals.
If not, is there a better suited tool?
Many thanks in advance
@Mark Cartwright if you're running on Jira Server or Data Center in a Windows environment, it could be possible.
If you have ScriptRunner from Adaptavist installed, you get a Scripted action in your automation rules. You could use this and a bit of Groovy script to kick off a PowerShell script with relative ease.
@Gareth Cantrell Sorry, had forgot to mention we're running on Jira Server and do have ScriptRunner installed. Am researching that route so thank you for confirming I'm on the right path. Would you happen to have any good sources to learn from? No worries if not.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Although, I'm not sure how fit-for-purpose this would be for your use-case. If you're using Azure for your AD, there is an API you can use by using the Send Web request action in an automation rule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mark Cartwright if you're using AzureAD, I cover a complete example using the Azure API in my book, Automating Everyday Tasks in Jira.
If you go the ScriptRunner route, Adaptavist has a handy library of scripts at https://library.adaptavist.com which may give you a head start.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.