hi all,
I have a field named as requirements which have 4 items(R1,R2,R3,R4) for selection which one or all of them can be selected. after that, in a transition, some subtasks whill be created for selected items (if R1 selected, a subtask will be created; if R1 and R2 selected, two subtasks will be created and so on). before subtask creation, an screen will be shown in the transition that ask further information about R1,R2,R3 and R4 in some fields. this screen is static, it means that, whether one items selected or all of them, the screen has the fields of all R1,R2,R3 and R4.
now, is it possible to have a dynamic screen: so that if R1 selected, the screen just show the fields of R1; if R1 and R2 selected, then screen shows the fields of R1 and R2 and so on.
any advice will be so appreciated.
Hello @sahere
By default you can't do this, but i think you can use a plugin like scriptrunner (behaviour) to be able to show or hide field based on the previous selected field.
Hope this helps.
In addition to the ones mentioned before (which are both fine choices as well) , Power scripts for Jira has functionality called "Live Fields" that can dynamically modify the screen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @sahere
This is currently not possible in the standard jira software. There are however different plugins that could meet your needs. I would recommend taking a look at the marketplace to find suitable plugins. One plugin I would checkout is https://marketplace.atlassian.com/apps/1210820/dynamic-forms-for-jira?hosting=server&tab=overview which enables you to make dynamic forms.
I hope that this answer can guide you to solve your issue! :-)
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.