katalon-studio / katalon-studio-jira-plugin

4 stars 3 forks source link

Jira Integration with Git Loses Test Case Link When Merging Between Two Branches #25

Closed jtolotta closed 4 years ago

jtolotta commented 5 years ago

Operating System: Windows 10

Katalon Studio Version: 6.3.2

Browser: Chrome

Browser Version: 76.0.3809.132

Steps to reproduce:

When importing the Jira issues to generate the test cases the Jira link is created. Committing and pushing the code and then merging the branch to another loses the Jira link to the test case.

  1. Import Test Case from JIRA JQL
  2. Commit and push the project
  3. Complete pull request into a target Git branch
  4. Checkout the target branch
  5. Verify the Jira page in the test case is empty

Expected Behavior:

Test Case Jira integration is maintained between Git branches

Actual Behavior:

Test Case Jira integration breaks when merging between Git branches

Screenshots / Videos:

2019-09-13 12_29_56-Katalon Studio - 6 3 2

jtolotta commented 5 years ago

Is there a file that is needed that is being ignored?

# Eclipse files
\.classpath
\.project
\.settings/

# Compiled class file
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files
*.war
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# Katalon Studio
Reports
settings/
/bin/
Libs/
jtolotta commented 5 years ago

This is resolved now.

When the test cases are moved it automatically removes the Jira integration block from the test case file.