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,
My goal is to require the user to insert a value into the issue linked issue.
On Jira, I can only to make the 'Linked Issues' field to be required, but not the issue it self.
I think that the way to do it is to add validator using the ScriptRuuner, but I don't success to write that tiny script.
Thanks.
You could use Behaviours to make both the fields required. Use this script in the initiliaser section of the behaviour:
getFieldById("issuelinks").setRequired(true)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Youre welcome! Thats what ScriptRunner does :)
Make sure you go back to Jira and change the field back to optional so it doesnt conflict with the behaviour.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.