Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

JIRA 연동

  1. Crowd Administration Console에서 Jira 애플리케이션을 Crowd에 정의
    1. add application 선택

    2. application type/name/password 입력

    3. application URL 연동
    4. application 접속할 directory 선택
    5. 해당 directory 그룹 중 application에 접속할 권한 그룹 선택(체크시 전체 그룹 선택)
    6. 요약 정보 확인
  1. 'Jira 관리자' 로 로그인
  2.  > 사용자 관리  > 사용자 디렉토리 > 디렉토리 추가 버튼 클릭
  3. 디렉토리 유형 > 아틀라시안 크라우드 선택
  4. 1번 항목 참조하여 정보 입력
  5. 화면의 각 디렉토리 옆에있는 위아래 화살표를 클릭하여 디렉토리 순서를 정의 
    • 디렉토리의 순서는 사용자 및 그룹을 검색할 순서
    • 사용자 및 그룹에 대한 변경은 응용 프로그램이 변경 권한을 가진 첫 번째 디렉토리에서만 수행
  6. 필요한 경우 Crowd를 SSO (Single Sign-On) 용으로 사용하도록 Jira를 구성(선택 사항)
    1. JIRA 서비스 종료
    2. <JIRA install directory>/atlassian-jira/WEB-INF/classes/seraph-config.xml 파일 편집

          <!-- CROWD:START - If enabling Crowd SSO integration uncomment the following SSOSeraphAuthenticator and comment out the JiraSeraphAuthenticator below -->
          <authenticator class="com.atlassian.jira.security.login.SSOSeraphAuthenticator"/>        ### 주석 삭제 ###
          <!-- CROWD:END -->
      
          <!-- CROWD:START - The authenticator below here will need to be commented out for Crowd SSO integration -->
          <!-- <authenticator class="com.atlassian.jira.security.login.JiraSeraphAuthenticator"/> -->       ### 주석 처리 ###
          <!-- CROWD:END -->
    3. <CROWD install directory>/client/conf/에서 crowd.properties 파일을 <JIRA install directory>/atlassian-jira/WEB-INF/classes/로 복사

    4. <JIRA install directory>/atlassian-jira/WEB-INF/classes/crowd.properties 파일 수정

      application.name                        jira2         ### 1번 항목 참조 ###
      application.password                    password      ### 1번 항목 참조 ###
      application.login.url                   http://IP주소:포트/crowd/console/
      
      crowd.server.url                        http://IP주소:포트/crowd/services/
      crowd.base.url                          http://IP주소:포트/crowd/           ### 5번 항목 참조 ###
      
      session.isauthenticated                 session.isauthenticated
      session.tokenkey                        session.tokenkey
      session.validationinterval              2
      session.lastvalidation                  session.lastvalidation

Confluence 연동

 

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.