Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 819 Bytes

AtlassianJIRA.md

File metadata and controls

10 lines (7 loc) · 819 Bytes

Can Waffle be used with Atlassian products, notably JIRA?

Yes, almost. Follow the Servlet Filter Configuration Instructions.

  • Deploy libs into tomcat's lib or application's WEB-INF/lib.
  • Update WEB-INF/web.xml with filter and filter-mapping. Place the 'filter' before the last filter of JIRA, ie. JiraLastFilter.
  • Update seraph-config.xml to use a custom authenticator, RemoteUserJiraAuth. Modification may be needed.

Several JIRA features won't work, including the ability for AD user to reset and/or change password. The ability for non-AD user to login to the portal.