Hi,
This is what I want to achieve:
How do I achieve this.?
Thanks.
You can use the Select List Cascading as in image attached. the second dropdown will popup depending on the first Dropdown selection
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can create it by using behaviors script.Behaviors appears in the column of add-ons when you install scriptrunner .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think that feature exist in JIRA. However you might be able to achieve similar outcome by setting the value on issue creation using workflow post function / validators. Have a look at workflow add-ons listed in marketplace.
There's also developer doc to write your own post function: https://developer.atlassian.com/static/connect/docs/latest/modules/jira/workflow-post-function.html (cloud hosting)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To clarify,
There are 2 single select dropdown fields.
When A is selected from 1st dropdown, 2nd dropdown field should populate P,Q,R
When B is selected from 2nd dropdown, 2nd dropdown field should populate X,Y,Z
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't understand what you mean by "when I select", when does this happen? When you're searching the issue via JQL?
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.