Code Monkey home page Code Monkey logo

zapi's People

Contributors

nguimond avatar nickguimond avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

zapi's Issues

All calls are giving me HTTP 403 Forbidden

Using Jira Cloud and Zephyr Cloud
I'm not using Zephyr's ZAPI Add-On
Clicked API Keys under Test -> Importer -> API Keys
In the upper left hand corner of the popup it shows "For bob.newhouse"
As well as the Access Key and Secret Key. I copied both keys and the user name bob.newhouse

I created a very simple call where "My Access Key" is the Access Key above and "My Secret Key" is the Secret Key above
global.__ZAPIcreds = ["My Access Key", "My Secret Key", "bob.newhouse"];

var ZAPI = require('zephyr_api');
ZAPI.getServerInfo();

I tried other calls which also fail with 403 Forbidden
ZAPI.getLicenseInfo();
ZAPI.getGeneralInfo();
ZAPI.getAllCycles(10000, 10004); // verified these numbers in Jira

What am I doing wrong?

createExecution results in Error 104

At the moment, 'POST' request in createExecution succeeds and responds with the created execution info, but the 'PUT' that follows returns:

{
errorType: 'ERROR',
clientMessage: 'We encountered some problems during processing this request. Please try again!',
errorCode: 104
}

This means that the result seen by createExecution is the Error 104. I'm not sure what the cause of this could be, since the IDs in the JSON body for the 'PUT' are the same values as for the 'POST'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.