Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

regarding custionfield options in jira ticket create screen

Sekhar Chandra
Contributor
June 29, 2019

Hi,

I have an issue regarding this custom field. I have two custom fields 'A' n 'B' in create screen, field 'B' has to be invisible until the field 'A' got some value, say "SOFTWARE". And then only field 'B' has to get visible having the values related to "SOFTWARE" , if it is "HARDWARE" field 'B' must visible with values related to "HARDWARE".

How to do this using a plugin?

Note: I don't want to script for this.

3 answers

2 accepted

0 votes
Answer accepted
Lachlan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 30, 2019

Hi @Sekhar Chandra 

I think ProForma would be a great solution to this problem. It would involve absolutely no scripting. Using ProForma, you can set form sections to only appear based on responses to previous sections. This way it is easy to ensure form users will only fill out the fields relevant to their responses.

If you would like to read more about it, you can see the dynamic fields section of the documentation. 

You can also try ProForma for free using ProForma Lite. 

0 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 29, 2019

Scriptrunner's Behaviours can do this (a little bit of scripting though, but a 3-liner and not that scripty, and part of ScriptRunner rather than something you have to think about on upgrades and moves)

Sekhar Chandra
Contributor
June 29, 2019

can you answer me for this without using scripting.

is there any plugin helps my question? If yes, how to do using that plugin?

0 votes
Ilya Turov
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 29, 2019

how about just using single cascade select field instead of two (as far as I understand) simple select fields

Sekhar Chandra
Contributor
June 29, 2019

but i need the second filed i.e., 'B' to be invisible on create screen until field 'A' has been filled with any value.

How to do that?

Suggest an answer

Log in or Sign up to answer