버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

  1. In TESTaide home, click the ‘Administration’ button in header.

  2. Select the ‘Jira Integration’ menu on the sidebar.

  3. In the Jira integration page, enter the following information.

    • Base URL : Enter the base URL of Jira.

    • Bug Type : You can register a defect as a bug issue type of Jira. Enter the code of the issue type. ex)10102
      (전구) How to check the bug type id?
      Go to the 'Administration>Issue Type' page in the upper right of the Jira main screen. Then move the mouse cursor to the “edit” of the bug type. If you look at the bottom of the page, you can see the bug type ID value such as '10004'.

      Image RemovedImage Added
    • TESTaide Link Field : Enter the code of the custom field of Jira. ex) customfield_10600

    • User ID : Testaide retrieves the Jira project key with this user id and password.

    • User Password

  4. Click the ‘Save’ button at the bottom to complete the integration with Jira.

...

Jira WebHooks

To set up JIra WebHooks integration:

  1. Log in to Jira as an administrator.

  2. From the Jira main screen, select 'Management>System' in the upper right corner.

  3. Select 'Webhook' in the left sidebar.

  4. Click the Create Web Hook button and enter the following information.

    • Name : WebHook Name

    • Status : Whether or not to use

    • URL : http://<TESTide domain>/rest/issue.do?key=

      • ex) http://testaide.io/rest/issueHook.do

      • ex) http://localhost:8080/rest/issueHook.do

    • Events : issueType in (Bug)

      • Issue : created, updated, deleted

  5. Click the 'Create' button at the bottom to complete the WebHook setup.

...