i'm doing my best to find a way to bulk stop watching all issues i currently am a watcher on. can't find an easy answer unless i'm a java coder or a wizard level 19. anyone able to help?
Nice. This is possible in SOAP. http://docs.atlassian.com/rpc-jira-plugin/4.4/com/atlassian/jira/rpc/soap/JiraSoapService.html#getIssueTypes(java.lang.String)
Nope. You can only get the details of a given issuetype by sending its id.
/rest/api/2.0.alpha1/issueType/{id}
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.