Forums

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

Multi level cascading select field

Erwin Schönke
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 5, 2020

Hi, 

I need for the next gen Service Desk the multi Level cascading select field. Any ideas?

2 answers

1 accepted

2 votes
Answer accepted
Satyendra Narwane
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 Champions.
April 28, 2014

In Server.xml

----------------------------------------------------------------------------------------------------------

<Engine name="Catalina" defaultHost="localhost">

<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">

<Context path="" docBase="${catalina.home}/atlassian-jira" reloadable="false" useHttpOnly="true">

<Resource name="UserTransaction" auth="Container" type="javax.transaction.UserTransaction"

factory="org.objectweb.jotm.UserTransactionFactory" jotm.timeout="60"/>

<Manager pathname=""/>

<Resource name="jdbc/JiraDS" auth="Container" type="javax.sql.DataSource"

username="jira_6.2"

password="root"

driverClassName="org.postgresql.Driver"

url="jdbc:postgresql://localhost:5432/jira_6.2"

maxActive="20"

maxIdle="20"

validationQuery="select version()"/>

</Context>

</Host>

---------------------------------------------------------------------------------------------------------

In dbconfig.xml

---------------------------------------------------------------------------------------

<?xml version="1.0" encoding="UTF-8"?>

<jira-database-config>

<name>defaultDS</name>

<delegator-name>default</delegator-name>

<database-type>postgres72</database-type>

<schema-name>public</schema-name>

<jndi-datasource><jndi-name>java:comp/env/jdbc/JiraDS</jndi-name></jndi-datasource>

</jira-database-config>

-----------------------------------------------------------------------------------
and it worked fine for me.
0 votes
OPIO ALEX
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 27, 2020

I tried to configurea round with and l can fine any answers 

thanks 

Suggest an answer

Log in or Sign up to answer