I want to be able to add my BA and Scrum master to watch tickets so they receive their email notification.
Where has ADD WATCHERS gone?
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.