I have 2 custom fields in issue creation page in jira. They are IP Release, IP Recipient. IP Release contains 2 radio buttons with 2 options "Yes", "No". IP Recipient is Multi line text box. My Requirement is if we select "Yes" option from IP Release , then IP Recipient should be changed to "optional" to "mandatory" and if we select "No" option from IP Release , then IP Recipient should be changed to "mandatory" to "optional"
custom fields Id s are
IP Release --> 12431
IP Recipient --> 12435
Yes --> 23832
No --> 23833
I am new to JIRA plugin development. Please help me to solve this one.
Thanks in advance.
Hi Nanda,
Please take a look on this post, which has very detailed instructions on how to achieve it.
-- Arthur Gonçalves
Hi, Nanda.
You can possibly do this using the "Behaviours" which is now bundled on the Script Runner: https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Behaviours add-on does this exactly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.