Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

ZAPI with JIRA

Deepika
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 5, 2016

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!

1 answer

0 votes
Deepika
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 6, 2016

If I provide url as

<zapi.url>http://agile.accuratebackground.int/</zapi.url>

Getting 406 Not acceptable error

 

Suggest an answer

Log in or Sign up to answer