Jira-integration: extended with jira-configuration properties
This commit is contained in:
parent
894c1b12ba
commit
56e1700477
1 changed files with 8 additions and 0 deletions
|
|
@ -121,6 +121,14 @@
|
||||||
|
|
||||||
</component>
|
</component>
|
||||||
|
|
||||||
|
<!-- Jira configuration-->
|
||||||
|
<component name="jiraConfiguration" class="org.libreplan.business.common.entities.JiraConfiguration">
|
||||||
|
<property name="jiraActivated" column="jira_activated" not-null="true"/>
|
||||||
|
<property name="jiraUrl" column="jira_url"/>
|
||||||
|
<property name="jiraLabelUrl" column="jira_label_url"/>
|
||||||
|
<property name="jiraUserId" column="jira_user_id"/>
|
||||||
|
<property name="jiraPassword" column="jira_password"/>
|
||||||
|
</component>
|
||||||
</class>
|
</class>
|
||||||
|
|
||||||
</hibernate-mapping>
|
</hibernate-mapping>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue