hello,
I want to create such custom filed that user first select value from the Select List and One Text box where user can write anything related to that select list value.
for ex.
Custom Filed- Product Name
user select from below options
1-Product1
2- Product1
also user can write in text box |______________________________|
Actually, for this, you need to use two custom fields like Single select and Textbox custom field because of this type of custom field is not available by default or else you need to develop your own a custom field.
https://developer.atlassian.com/server/jira/platform/creating-a-custom-field-type/
https://developer.atlassian.com/server/jira/platform/creating-a-custom-field-in-jira/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.