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.
Hi All,
I have few custom fields which i want to automate, if i fill the inputs in one custom field then based on first first field, rest few fields get autofill.
for example- am running an hr project and in which i have specific role, standard role and broader role
so specific role- backend developer, standard role - developer, broader role - development.
How would i start putting in script runner/behavior ? could you pls suggest.
So far i have learnt is below :
import com.atlassian.jira.component.ComponentAccessor
def cfSpecific Role = getFieldById("customfield_122321")
def cfStandardized role = getFieldById("customfield_23601")
def cfBroader Category = getFieldById("customfield_24652")
def cfNext Level Category = getFieldById("customfield_24254")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.