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.
I have a parent issue of type "Group", and a child issue of type "Issue" however, I have created a custom field called "Linked Group" which is a single issue linker type field ( that points to the list of "Group" issuetypes.
When an "issue" is transitioned from "Open" to "Assigned" via the "Assign" Transition I wanted to apply the following logic...
I have looked at everything ( and everywhere) however I cannot get it right.. -- Some of my challenges are:
Much thanks!
Hi Hightower
I strongly recommend you to use Epics for your use case.
Epics have built-in functionalities you can use.
Creating a big workaround, only because your users are not happy with the word "Epic" instead of "Group", will lead to loads of problems that can be avoided.
That said...
I don't know what you mean with "Issue Linker" Field. Do you mean the "Issue Picker" Script Field provided by Scriptrunner?
As for your question:
You can achieve your workaround-goal by using a scriptrunner postfunction on your transition open->assigned
That script would get the assignee of the "linked group issue" and set it on the current issue (which is being transitioned)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.