Optional: Enable editing of Configuration Sections from the UI
<section name="elementIssueProxy" type="ElementsSPA.Controllers.IssueProxyConfigurationSection" restartOnExternalChanges="false" /><elementIssueProxy configSource="config\issueProxies.config" />//in the file issueProxies.config
<elementIssueProxy>
<issueProxies >
<add key="1" projectName="PROJ" typeName="Ticket" userName="USR" psw="123" isPswEncrypted="true" />
</issueProxies>
</elementIssueProxy>Last updated
Was this helpful?