Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Issue collector form don't show some field when i click on a button radio.

charkraf Delfdark
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 15, 2018

Hi,

I need help on this point. I have a issue collector form for the users and i want to show some field when i click on a button radio.

I have already success this with the plugin "Behaviours" but it's work only in JIRA.

Example of Behaviours script :

def AC = getFieldByName("Application concernée")
def Autresapps = getFieldByName("Autres application")

def ACValue = AC.getValue()

if (ACValue=="AUTRES APPLICATIONS"){
    Autresapps.setHidden(false)
    Autresapps.setRequired(true)
}
else{
    Autresapps.setHidden(true)
    Autresapps.setRequired(false)
}

I want to apply this on the issue collector form.

Thank you for your help !

 

1 answer

0 votes
charkraf Delfdark
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 5, 2018

Up

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events