I have test running in Jenkins and I have integrated the test to display in JIRA using Zephyr
The test looks something like this - @Test(enabled=true, description="check for OS Anomaly ") public void testOS4() { .... }
and in the JIRA why dont I see any test description - the test description shows as "Creating the Test via Jenkins" (pls see the attachment). Does anybody know whats wrong here?