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.
We are using the Jira Cloud version including script runner.
The goal is that all created issues in one project are cloned to another project ("second project").
Cloning issues with a ScriptRunner post function via workflow is really easy, but there's currently one thing I am struggeling with:
The second project requires a component in the creation workflow. This behavior should not be changed. Therefore the post function within the first project has to set a (static) component when creating a new issues in the second project.
I researched a lot about this topic but so far nothing helpful popped up :/
Any help on this is appreciated!
Thanks!
Rather straight forward :D
issueInput.fields.components += [[
name: "Name of your component"
]]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.