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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How to create a issue (sub task)when Epic is create (Scriptrunner)? We've Scriptrunner installed and we don't want to have changes to Workflow.
You have a couple of options:
1 being the built-in post function - "Create a sub-task"
Of course you can run a script to check for desired conditions. Say for example same workflow is used for different issue types, you could just specify to run for "Epic" issue type.
Another option might be running a script listener, since you mentioned that you don't want to change the workflow.
Insert a new script listener, which runs only for specific projects and also you can specify later in the script issue type condition.
You would to write your own script here, where in the 1st option is much more convenient.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.