0

In my jira tool I have installed zephyr plugin to integrate with tests

found some documentation of all the restAPI requests here https://getzephyr.docs.apiary.io but I am not sure what is the end point url of my jira tool to send these requests

could some one please help me to find

Thanks Ketan

Yasushi Shoji
  • 4,028
  • 1
  • 26
  • 47
kethan
  • 17
  • 1
  • 8

1 Answers1

0

First you need to know you have to install the zephyr api in Jira which is a different plugin called "ZAPI". Once you have it, the correct url to make your calls would be something like: https://yourjiraurl/rest/zapi/...

Homerothompson
  • 163
  • 1
  • 10
  • Thanks for the info found this url https://prod-play.zephyr4jiracloud.com in developersection of network section – kethan Feb 17 '19 at 16:27