Forums

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

See different fields in an issue according to selection in a dropdown field

Vasilis Gen January 13, 2023

I am trying to figure out how can I have different fields in a Jira issue according to the  selection within a dropdown field. 

Ex. I am trying to create an issue that has certain fields, including a dropdown field that has a binary selection available, "Yes" & "No", when I select the Yes option I need to have one more textarea field that will contain more information for my issue. Is that possible somehow?

2 answers

1 accepted

2 votes
Answer accepted
Radek Dostál
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.
January 13, 2023

Out of box, no, there isn't a way to do it without splitting it across different issue types. However there are several plugins which allow doing this, such as:

 # https://marketplace.atlassian.com/apps/1210820/dynamic-forms-for-jira?hosting=datacenter&tab=overview

 # https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?hosting=datacenter&tab=overview (https://docs.adaptavist.com/sr4js/latest/features/behaviours)

0 votes
Ravi Sagar _Sparxsys_
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.
January 13, 2023

Hi @Vasilis Gen 

It is possible but you will have to use a paid like ScriptRunner for Jira. It has a feature called Behaviours where you can write a simple script to display dynamic fields.

Ravi

Suggest an answer

Log in or Sign up to answer