Jira 연동 기능을 사용하려면, 먼저 fossid.conf 파일에 Jira 인스턴스의 URL을 설정해야 합니다.
; The JIRA API endpoint, specifically to /issue/.
; Example of a path:
; https://your_company.atlassian.net/rest/api/2/issue/
;webapp_jira=YOUR_JIRA_API_ADDRESS
Proxy 지원
Jira와의 통신이 proxy 서버를 통해 이루어지는 경우, 아래 항목을 추가로 설정해 주세요.
; Set to the IP address of your Proxy Server to connect to JIRA through a proxy
;webapp_jira_proxy_host=YOUR_JIRA_HOST_ADDRESS
; Set to the port of your Proxy Server to connect to JIRA through a proxy
;webapp_jira_proxy_port=YOUR_JIRA_PORT_ADDRESS