I want to get fields as hierarchy in Jira screen as shown below: If i select field 1 i should get field A values and Field B values and respectively . If i select field B i should get field1, field2,field 3 values. How can i implement it in jira . Can someone suggest.
This is not possible ootb in Jira.
Only JSM has this capability using Forms on a portal.
Only option there is in Jira to use Cascading Select custom field where based on chosen parent value child values are available.
You could revert yourself to start using a 3rd party solution like Scriptrunner and start using behaviours that can achieve this kind of working.
But ScriptRunner on Jira Cloud cannot dynamically change dropdown options between two separate fields right? Is it possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No it can't That's also not what you are stating.
Create a behaviour based on options chosen in field a to show Field a or Field B
If the value is selected that will show Field B, based on the value chosen in B show field 1, 2 or 3
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira out of the box don't provide solution for your case. I can suggest to use Script runner behaviour or Dynamic Forms for Jira.
Regards,
Seba
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @sravani vennapusa You can use a cascading select field, but it supports only two levels. For more than two levels, consider creating multiple cascading fields to achieve the structure.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This use case should be possible using the powerful UI Modifications capabilities of the Atlassian Forge platform for Jira Software and Jira Work Management (And JSM announced recently).
If you are using ScriptRunner Behaviours, you should be able to implement this as well.
I tested exactly this setup with our own app, Behaviors Builder, and it worked very well (5..10 minutes of effort - with 0 Code lines), including additional option logic (hiding and showing).
You can see a demo here that shows exactly your setup:
https://app.supademo.com/showcase/cmj7csmfy00nj280ih9xtwude?demo=7&step=1
For transparency, I’m part of the company behind this app. There are certainly other apps and approaches available as well — this is just one possible solution.
Thanks & Best Regards
Wajdi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @sravani vennapusa :
Yes, for sure - my demo was on Jira Cloud.
Here is the link to the document that lists all Atlassian Cloud capabilities for UI modification.
For more details about the Atlassian cloud capabilities—since various combinations of space types and field types result in different supported field modifications—we display only eligible combinations in your app. Feel free to ask if you need more information! :-)
BR, Wajdi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @sravani vennapusa
What Jira gives you natively is a Cascading Select field, but that is only 2 levels inside one field parent and child. It does not cover the kind of structure from your sketch where one choice shows other separate fields and those fields then drive another level again.
Legit Options will be show/hide fields based on another selection, then ScriptRunner Behaviours can help there or build a true multi-level dependency across several fields, then I would look at a dedicated app very carefully, because Cloud still has UI limitations there. Adaptavist’s own Cloud docs also note that Behaviours are limited by Atlassian’s UI modifications support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.