I'm trying to create a issue with this http://docs.atlassian.com/jira/REST/5.0/#id199290 but I'm getting a 405 "The specified HTTP method is not allowed for the requested resource ()" response.
Does anyone have an idea what i might doing wrong?
How are you trying to achieve this?
My guess would be your making a HTTP GET instead of POST request.
you need to provide more details on what exactly is in your request and what you get in response (e.g. headers)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
no,I'm using Poster a firefox plugin and I'm making a POST request
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the json is something like this:
url: http://xxxx.atlassian.net/rest/api/2/issue
JSON:
{"environment": "2.3", "description": "java.lang.RuntimeException:", "summary": "java.lang.", "project": {"key":"xxxx"}, "components": ["MainActivityThreaded.java:47"], "issuetype":{"id":"2"}}
and this is the response I'm getting:
status: 405 Method not allowed The specified HTTP method is not allowed for the requested resource ()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.