Closed valentijnscholten closed 3 years ago
BTW when looking at the source I don't think I can supply a username or user id, it only seems to support adding the "logged in user" as a watcher?
Hi @valentijnscholten! Yeah, you can add only logged user as a watcher. And I agree we have problems with docs
I fixed documentation. But it’s temporary fix and I need a little more time to finally complete
Hi,
I was trying to find out how to provide the parameters to functions that require both a path parameter and some body parameters, linke
jira.issueWatchers.addWatcher()
.The readme/docs point to https://mrrefactoring.github.io/jira.js/#decreasing-webpack-bundle-size. This has a list of links on the right side of the page, most of which return a 404 directly or after clicking through to the models/parameters.
i.e.
version2/parameters/addWatcher
points to https://mrrefactoring.github.io/jira.js/modules/version2_parameters_addWatcher.html which returns a 404.agile/issue
points to https://mrrefactoring.github.io/jira.js/modules/agile_issue.html which points to https://mrrefactoring.github.io/jira.js/classes/agile_issue.Issue.html which returns a 404.Or am I missing something and should I look for the paramater specs somewhere else?
As stated I am looking to add a watcher to an issue.
Valentijn