Issues REST Endpoints

Issues
Create an issue
Method: post
Path: /issues/v2/issues
Return a list of issues
Method: get
Path: /issues/v2/issues
Return a single issue
Method: get
Path: /issues/v2/issues/{issueId}
Return the "form" you use to create an issue
Method: get
Path: /issues/v2/issues/create-form
Return the metadata of the search string
Method: get
Path: /issues/v2/issues/search-form
Update an issue
Method: put
Path: /issues/v2/issues/{issueId}
Issues
Return a list of issues
Method: get
Path: /issues/v2/issues
Create an issue
Method: post
Path: /issues/v2/issues
Return the "form" you use to create an issue
Method: get
Path: /issues/v2/issues/create-form
Return the metadata of the search string
Method: get
Path: /issues/v2/issues/search-form
Return a single issue
Method: get
Path: /issues/v2/issues/{issueId}
Update an issue
Method: put
Path: /issues/v2/issues/{issueId}
Issues
Return a list of issues
Method: get
Path: /issues/v2/issues
Return the "form" you use to create an issue
Method: get
Path: /issues/v2/issues/create-form
Return the metadata of the search string
Method: get
Path: /issues/v2/issues/search-form
Return a single issue
Method: get
Path: /issues/v2/issues/{issueId}
Create an issue
Method: post
Path: /issues/v2/issues
Update an issue
Method: put
Path: /issues/v2/issues/{issueId}