Out there in the world of Atlassian tools, we are wondering about something about how others approach an issue we are having .....
What users in upper level managment (non-IT) do y'all allow into Jira software with agent access?
Is it normal for say, the CEO or other c-type people in the company (who are NOT IT types at all) to have access to Jira Software?
What are the use-cases and what are the solutions for either direction, access or just viewer access or what?
Trying to come up with solutions not just block people here, but where is the line where it decreases productivity and causes the less than extroverted developer type to limit their communications, and other such side effects.
lets suppose you access jira as http://jira.yourcompany.com
DNS record;
jira.yourcompany.com IN A <ip address of your nginx>
Server.xml;
<Connector acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" enableLookups="false" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" port="80" protocol="HTTP/1.1" redirectPort="8443" useBodyEncodingForURI="true" proxyName="jira.yourcompany.com" proxyPort="80" scheme="http" />
nginx.conf:
server_name jira.yourcompany.com
...
....
proxy_pass http://[my jira internal IP address]:8080
Restart JIRA / nginx - hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.