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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.