Hi ,,
I am trying to integrate my Automation tests with JIRA thru ZAPi, I have Zyphyr in JIRA. I specified ZAPI maven plugin and trying to connect to JIRA
<properties>
<cxf.version>2.7.0</cxf.version>
<zapi.url>http://agile.accuratebackground.int/rest/zapi/latest</zapi.url>
<zapi.userName>admin</zapi.userName>
<zapi.password>DB3309</zapi.password>
<zapi.projectId>11803</zapi.projectId>
<zapi.versionId>10300</zapi.versionId>
<zapi.cyclePrefix>VER TEST 0.1</zapi.cyclePrefix>
</properties>
After specifying above confi, I am getting 404 not found error in eclipse. Please suggest?
Thanks!
If I provide url as
<zapi.url>http://agile.accuratebackground.int/</zapi.url>
Getting 406 Not acceptable error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.