Kinetic Response Issue Close
Version 1
This handler uses the Oauth client key and client secret to retrieve an access token that connects to the Kinetic Response API. It will then close the specified issue based on the provided Issue Guid.
How to Retrieve Application ID and Secret
- Go to /oauth/applications (ex: test.kineticdata.com/oauth/applications)
- Click on "New Application"
- Enter in a Name
- Enter in a redirect uri
- If running locally, use "urn:ietf:wg:oauth:2.0:oob"
- On the next page, the Application ID and Secret will be presented
Parameters
Name |
Description |
Issue Guid |
The guid of the issue to close. |
Sample Configuration
Name |
Description |
Issue Guid |
abc123-the-issue-guid |
Results
This handler does not return any results.
Changelog
KineticResponseIssueCloseV1 (2015-04-06)
- Initial version. See README for details.
Related Handlers
- Kinetic Response Issue Invite
- This handler invites a Kinetic Response Issue.
- Kinetic Response Issue Message Create
- This handler creates a messages on a Kinetic Response Issue.
- Kinetic Response Issue Retrieve
- This handler retrieves all Kinetic Response Issues.
- Kinetic Response Issue Update
- This handler updates a Kinetic Response Issue.