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
Jira v 7.8.1
I am currently using the Jira Misc Workflow Extensions add-on to manage my workflows. I have recently been tasked with implementing ScriptRunner for Jira in my Jira instance. I am moving away from JMWE toward ScriptRunner to implement post functions for transitions etc.
I have a TEST environment set up but I'm not sure where to begin, or how to test scripts against a workflow?
I'm trying do replace post-functions like the ones below....with scripts:
Assign to last role member (JMWE add-on) | |
Assign to role member (JMWE add-on) | |
Comment issue (JMWE add-on) | |
Comment linked issues (JMWE add-on) | |
Copy field value from linked issues (JMWE add-on) | |
Copy field value from parent issue (JMWE add-on) |
Does anyone have any advice on where to begin?
I am learning that groovy, JDK, and intelliJ are a good place to start thanks.
I upon the same task as you - migrate from JMWE to Scriptrunner.
Do you have any Knowledge, Experience, Pittfallls or Hints on that matter you can share?