Application NameJira
PublisherAtlassian
Date Entered07/02/2014
Date Modified
webNetwork Version 6.2.1.149
Delivery MethodVirtual server
ConfigurationHost Object
-----------
Host Address : jira.example-cloud.com
Host Port : 80


Web Application Object
----------------------
Web App Type : HTTP(S) Virtual Server
Virtual DNS Name : wnjira.example-cloud.com
Startup URL : /


Single Sign On
--------------
Form Type : Client
Form Name : loginform
Form Trigger : /plugins/servlet/gadgets/ifr.*
Script : document.getElementById( "login-form-username" ).value = "user-variable";
document.getElementById( "login-form-password" ).value = "password-variable";
document.getElementById( "login" ).click();
Form Method : Post
 
Notes

Jira must be setup for a reverse-proxy application.

Article Detailing Setup - https://confluence.atlassian.com/display/JIRA/Integrating+JIRA+with+Apache+using+SSL

Example to add to server.xml:
scheme="https"
proxyName="wnjira.example-cloud.com"
proxyPort="443"

Optional:
Add "Prompt if not authenticated" on webNetwork webapp to allow external access directly to application. You can also setup a separate login page using Tenants section.