Table of contents
Table of Contents | ||
---|---|---|
|
...
To remove the user from the Permissions, click Remove button and Delete button on the confirmation popup:
...
Workspace ID
Fill in the ID of the Assets (Insight) workspace you want to configure backup for. The Workspace ID can be found on the following link: https://[yourcloud].atlassian.net/rest/servicedeskapi/insight/workspace. The Jira Service Management REST API uses the workspace Id to identify your individual instance of Assets (Insight), it is an alphanumeric string at the end of the text shown on the opened link with the following sample appearance:
3b3b70g5-66f8-3c01-a2d7-e5bbf2584dc3
:{"size":1,"start":0,"limit":50,"isLastPage":true,"_links":{"self":"https://[yourcloud].atlassian.net/rest/servicedeskapi/assets/workspace","base":"https://[yourcloud].atlassian.net","context":""},"values":[{"workspaceId":"3b3b70g5-66f8-3c01-a2d7-e5bbf2584dc3"}]}
Info |
---|
Workspace ID is a mandatory field and can only be the Workspace ID of the current Cloud instance. |
...
After filling in the three fields, click “Connect“ button. After Sync starts, the Pending Connection status“ message will be displayed. If the connection is successful, you will see the corresponding message:
...
You can also disable the connection to Assets by clicking the Delete connection button while editing the connection:
...
To create/view both values, follow the instructions and click Connect. If the values are correct, you will see the success message, otherwise, a status/error notification will be displayed:
...
Configuring Jira Administration Audit Log connection [coming soon!]
Webhooks
You can use app webhooks to receive real-time updates for all the actions registered in the app. To do so, go to Settings (top right corner of the app) and click “Webhooks“ in the left menu.
...
To add a webhook endpoint URL, enter the URL in the “URL“ field and click Save:
...
Info |
---|
Make sure the added endpoint accepts POST requests from https://auditlog.twinit.ge domain! |
The URL will be added to the list on the right:
...
From here you can add more endpoints, or
Modify the existing one (you can edit URL)
Mute the URL (a confirmation screen will be shown and if confirmed the API will be paused and will not receive the action data):
Unmute the muted URL (a confirmation screen will be shown and if confirmed the API will activate and will again receive the action data):
Delete the webhook:
Info |
---|
Make sure the endpoint accepts POST requests from dev.twinit.ge domain! |
JSON format
Code Block | ||
---|---|---|
| ||
{
"accountId": "ACTOR_ACCOUNT_ID",
"accountName": "ACTOR_DISPLAY_NAME",
"avatar": "ACTOR_AVATAR",
"instanceName": "EVENT_INSTANCE_ADDRESS",
"issueKey": "ISSUE_KEY",
"requestTypeName": "REQUEST_TYPE_NAME",
"issueTypeName": "ISSUE_TYPE_NAME",
"actionType": "OCCURRED_ACTION",
"target": "EVENT_TYPE",
"projectKey": "PROJECT_KEY",
"projectName": "PROJECT_NAME",
"changedFrom": "OLD VALUE",
"changedTo": "NEW VALUE",
"createdAt": "EVENT_DATE",
"objectId": "COMMON_OBJECT_ID",
"summary": "ISSUE_SUMMARY"
} |