Jira Event Collector
Jira logs event collector integration for Cortex XSIAM.
Analytics & SIEM · Atlassian Jira
Details
| ID | Jira Event Collector |
|---|---|
| Provider | Atlassian |
| Category | Analytics & SIEM |
| From Version | 6.5.0 |
| Docker Image | demisto/py3-tools:1.0.0.10120494 |
| Supported Modules | Agentix Cortex Cloud Cloud Runtime Security Cloud Posture Security XSIAM EDR |
README
This integration was integrated and tested with version 3 of Jira Event Collector rest API.
This is the default integration for this content pack when configured by the Data Onboarder in Cortex XSIAM.
Configure Jira Event Collector in Cortex
| Parameter | Description | Required |
|---|---|---|
| Server URL | For Jira Cloud with OAuth 2.0, use https://api.atlassian.com/ex/jira. For on-prem instances, use your Jira server URL. |
True |
| Authentication Method | Select the authentication method: Basic or OAuth 2.0. Default is Basic. | False |
| User name | The user name for Basic Authentication (e.g., admin@example.com) |
False |
| API token | The API token for Basic Authentication | False |
| Cloud ID | Required for Jira Cloud instances using OAuth 2.0. Find your Cloud ID at https://admin.atlassian.com. Leave empty for On-Prem instances. | False |
| Callback URL | The redirect URL for OAuth 2.0 (e.g., https://localhost/myapp) |
False |
| Client ID | OAuth 2.0 Client ID | False |
| Client Secret | OAuth 2.0 Client Secret | False |
| First fetch time | (<number> <time unit>. For example, 12 hours, 1 day, 3 months). Default is 3 days. | True |
| The maximum number of events per fetch | Default is 1000. | True |
| Trust any certificate (not secure) | False | |
| Use system proxy settings | False |
Authentication Methods
Basic Authentication
- Set Authentication Method to
Basic - Provide your User name (email address)
- Provide your API token (generate from Jira account settings)
- Set the Server URL to your Jira instance URL
OAuth 2.0 Authentication (Recommended)
OAuth 2.0 provides more secure authentication with limited scopes, avoiding the need for global administrator permissions.
For Jira Cloud
Required OAuth Scopes (must be configured in the Atlassian Developer Console for your OAuth app):
| Scope | Description |
|---|---|
read:audit-log:jira |
Granular scope for reading Jira audit log records (required for event fetching) |
manage:jira-configuration |
Classic admin scope required by the audit API |
read:jira-work |
Required for Jira API v3 access |
read:jira-user |
User information access |
offline_access |
Enables refresh token for unattended access |
Setup Steps:
- Create OAuth 2.0 App in Jira Cloud:
- Go to https://developer.atlassian.com/console/myapps/
- Create a new OAuth 2.0 integration app
- Configure the callback URL (e.g.,
https://localhost/myapp) - Add the required scopes
- Note your Client ID and Client Secret
- Configure Integration:
- Set Authentication Method to
OAuth 2.0 - Set Server URL to
https://api.atlassian.com/ex/jira - Enter your Cloud ID (find at https://admin.atlassian.com)
- Enter the Callback URL (same as configured in OAuth app)
- Enter Client ID and Client Secret
- Set Authentication Method to
- Complete Authorization:
- Run the command:
!jira-oauth-start - Click the authorization URL in the response
- Authorize the application
- Copy the authorization code from the callback URL
- Run:
!jira-oauth-complete code=<your_code>
- Run the command:
- Test Connection:
- Run:
!jira-oauth-test - Or use the Test button in the integration configuration
- Run:
For Jira On-Prem/Data Center
Required OAuth Scopes:
| Scope | Description |
|---|---|
ADMIN |
Admin-level scope required for audit log access on Data Center instances |
Setup Steps:
- Create OAuth 2.0 App in Jira On-Prem:
- Go to Jira Administration → Applications → Application Links
- Create an incoming application link
- Configure OAuth 2.0 settings
- Set the callback URL (e.g.,
https://localhost/myapp) - Note your Client ID and Client Secret
- Configure Integration:
- Set Authentication Method to
OAuth 2.0 - Set Server URL to your Jira server URL (e.g.,
https://jira.company.com) - Leave Cloud ID empty (not used for on-prem)
- Enter the Callback URL (same as configured in OAuth app)
- Enter Client ID and Client Secret
- Set Authentication Method to
- Complete Authorization:
- Run the command:
!jira-oauth-start - Click the authorization URL in the response
- Authorize the application
- Copy the authorization code from the callback URL
- Run:
!jira-oauth-complete code=<your_code>
- Run the command:
- Test Connection:
- Run:
!jira-oauth-test - Or use the Test button in the integration configuration
- Run:
Note: On-Prem OAuth uses PKCE (Proof Key for Code Exchange) for enhanced security.
Commands
You can execute these commands from the War Room, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.
jira-oauth-start
Start the OAuth 2.0 authorization process. Returns an authorization URL.
Base Command
jira-oauth-start
Input
There are no input arguments for this command.
Context Output
There is no context output for this command.
Command example
#### Human Readable Output
>### Authorization Instructions
>
>1. Click on the following link to authorize:
>https://auth.atlassian.com/authorize?...
>
>2. After authorizing, you will be redirected to the callback URL
>3. Copy the authorization code from the 'code' parameter in the URL
>4. Run the command: `!jira-oauth-complete code=<your_code>`
---
### jira-oauth-complete
***
Complete the OAuth 2.0 authorization process using the authorization code.
#### Base Command
`jira-oauth-complete`
#### Input
| **Argument Name** | **Description** | **Required** |
| --- | --- | --- |
| code | The authorization code received from the OAuth callback | Required |
#### Context Output
There is no context output for this command.
#### Command example
```!jira-oauth-complete code=abc123xyz```
#### Human Readable Output
>### Successfully authenticated
>
>The access token and refresh token have been saved.
>You can now use the integration to fetch events.
---
### jira-oauth-test
***
Test the OAuth 2.0 authentication.
#### Base Command
`jira-oauth-test`
#### Input
There are no input arguments for this command.
#### Context Output
There is no context output for this command.
#### Command example
```!jira-oauth-test```
#### Human Readable Output
>✓ Authentication successful
---
### jira-get-events
***
#### Base Command
`jira-get-events`
#### Input
| **Argument Name** | **Description** | **Required** |
|-------------------|----------------------------------------------------------------------------------------------------------|--------------|
| max_fetch | The maximum number of events per fetch. Default is 1000. | Optional |
| first_fetch | First fetch time (<number> <time unit>, e.g., 12 hours, 1 day, 3 months). default is 3 days. | Optional |
#### Command example
```!jira-get-events max_fetch=2```
#### Context Example
```json
{
"Jira": {
"Records": [
{
"associatedItems": [
{
"id": "ug:123456-123456-123456",
"name": "ug:123456-123456-123456",
"parentId": "111",
"parentName": "com.atlassian.crowd.directory.example",
"typeName": "USER"
}
],
"category": "group management",
"created": "2022-04-24T16:28:53.146+0000",
"eventSource": "",
"id": 1111,
"objectItem": {
"name": "jira-servicemanagement-users",
"parentId": "111",
"parentName": "com.atlassian.crowd.directory.example",
"typeName": "GROUP"
},
"summary": "User added to group"
},
{
"associatedItems": [
{
"id": "ug:123456-123456-123457",
"name": "ug:123456-123456-123457",
"parentId": "111",
"parentName": "com.atlassian.crowd.directory.example",
"typeName": "USER"
}
],
"category": "group management",
"created": "2022-04-24T16:28:53.098+0000",
"eventSource": "",
"id": 1110,
"objectItem": {
"name": "jira-software-users",
"parentId": "111",
"parentName": "com.atlassian.crowd.directory.example",
"typeName": "GROUP"
},
"summary": "User added to group"
}
]
}
}
Human Readable Output
Jira records
Associated Items Category Created Id Object Item Summary {‘id’: ‘ug:123456-123456-123456’, ‘name’: ‘ug:123456-123456-123456’, ‘typeName’: ‘USER’, ‘parentId’: ‘111’, ‘parentName’: ‘com.atlassian.crowd.directory.example’} group management 2022-04-24T16:28:53.146+0000 1111 name: jira-servicemanagement-users
typeName: GROUP
parentId: 111
parentName: com.atlassian.crowd.directory.exampleUser added to group {‘id’: ‘ug:123456-123456-123457’, ‘name’: ‘ug:123456-123456-123457’, ‘typeName’: ‘USER’, ‘parentId’: ‘111’, ‘parentName’: ‘com.atlassian.crowd.directory.example’} group management 2022-04-24T16:28:53.098+0000 1110 name: jira-software-users
typeName: GROUP
parentId: 111
parentName: com.atlassian.crowd.directory.exampleUser added to group
Configuration parameters
url— Server URL (required)auth_method— Authentication Methodcredentials— User namecloud_id— Cloud IDcallback_url— Callback URLclient_credentials— Client IDfirst_fetch— First fetch time (<number> <time unit>, e.g., 12 hours, 1 day, 3 months). default is 3 days. (required)max_fetch— The maximum number of events per fetch. Default is 1000. (required)insecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (4)
-
jira-get-eventsReturns a list of audit records
-
jira-oauth-completeComplete the OAuth 2.0 authorization process using the authorization code.
-
jira-oauth-startStart the OAuth 2.0 authorization process. Returns an authorization URL.
-
jira-oauth-testTest the OAuth 2.0 authentication
import json from datetime import datetime, timedelta import demistomock as demisto import requests_mock from freezegun import freeze_time DEMISTO_PARAMS = { "method": "GET", "url": "https://your.domain.atlassian.net", "max_fetch": 100, "first_fetch": "3 days", "credentials": { "identifier": "admin@your.domain", "password": "123456", }, } URL = "https://your.domain.atlassian.net/rest/api/3/auditing/record" FIRST_REQUESTS_PARAMS = "from=2022-04-11T00%3A00%3A00.000Z&limit=1000&offset=0" SECOND_REQUESTS_PARAMS = "from=2022-04-11T00%3A00%3A00.000Z&limit=1000&offset=1000" DATETIME_FORMAT = "%Y-%m-%dT%H:%M:%S.%f" def util_load_json(path): with open(path, encoding="utf-8") as f: return json.loads(f.read()) def calculate_next_run(time): last_datetime_str = time.removesuffix("+0000").removesuffix("Z") try: last_datetime = datetime.strptime(last_datetime_str, "%Y-%m-%dT%H:%M:%S.%f") except ValueError: last_datetime = datetime.strptime(last_datetime_str, "%Y-%m-%dT%H:%M:%S") last_datetime_with_delta = last_datetime + timedelta(seconds=1) return datetime.strftime(last_datetime_with_delta, "%Y-%m-%dT%H:%M:%S") @freeze_time("2022-04-14T00:00:00Z") def test_fetch_incidents_few_incidents(mocker): """ Given - 3 events was created in Jira side in the last 3 days. When - fetch-events is running (with max_fetch set to 100). Then - Verify that all 3 events were created in XSIAM. - Verify last_run was set as expected. """ mocker.patch.object(demisto, "params", return_value=DEMISTO_PARAMS) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="jira-get-events") last_run = mocker.patch.object(demisto, "getLastRun", return_value={}) results = mocker.patch.object(demisto, "results") mocker.patch("JiraEventCollector.send_events_to_xsiam") with requests_mock.Mocker() as m: # First call returns events, second call returns empty to stop pagination m.get( URL, [ {"json": util_load_json("test_data/events.json"), "headers": {"Content-Type": "application/json"}}, {"json": {"records": []}, "headers": {"Content-Type": "application/json"}}, ], ) from JiraEventCollector import main main() events = results.call_args[0][0]["Contents"] assert last_run.return_value.get("from") == calculate_next_run(events[0]["created"]) assert not last_run.return_value.get("next_time") assert last_run.return_value.get("offset") == 0 assert len(events) == 3 @freeze_time("2022-04-14T00:00:00Z") def test_fetch_events_no_incidents(mocker): """ Given - No events was created in Jira side in the last 3 days. When - fetch-events is running. Then - Make sure no events was created in XSIAM. - Make sure last_run was set as expected. """ mocker.patch.object(demisto, "params", return_value=DEMISTO_PARAMS) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="jira-get-events") last_run = mocker.patch.object(demisto, "getLastRun", return_value={}) incidents = mocker.patch.object(demisto, "incidents") mocker.patch("JiraEventCollector.send_events_to_xsiam") with requests_mock.Mocker() as m: m.get(URL, json={}, headers={"Content-Type": "application/json"}) from JiraEventCollector import main main() assert not last_run.return_value.get("from") assert last_run.return_value.get("offset") == 0 assert not incidents.call_args @freeze_time("2022-04-14T00:00:00Z") def test_fetch_events_max_fetch_set_to_one(mocker): """ Given - 3 events was created in Jira side in the last 3 days. When - fetch-events is running (with max_fetch set to 1). Then - Verify that only 1 event were created in XSIAM. - Verify last_run was set as expected. """ params = DEMISTO_PARAMS.copy() params["max_fetch"] = 1 mocker.patch.object(demisto, "params", return_value=params) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="jira-get-events") last_run = mocker.patch.object(demisto, "getLastRun", return_value={}) results = mocker.patch.object(demisto, "results") mocker.patch("JiraEventCollector.send_events_to_xsiam") with requests_mock.Mocker() as m: m.get(URL, json=util_load_json("test_data/events.json"), headers={"Content-Type": "application/json"}) from JiraEventCollector import main main() events = results.call_args[0][0]["Contents"] assert not last_run.return_value.get("from") assert last_run.return_value.get("next_time") == calculate_next_run(events[0]["created"]) assert last_run.return_value.get("offset") == 1 assert len(events) == 1 @freeze_time("2022-04-14T00:00:00Z") def test_oauth_start_command(mocker): """ Given - OAuth 2.0 authentication is configured When - jira-oauth-start command is executed Then - Verify authorization URL is returned """ oauth_params = DEMISTO_PARAMS.copy() oauth_params["auth_method"] = "OAuth 2.0" oauth_params["cloud_id"] = "test-cloud-id" oauth_params["callback_url"] = "https://localhost/callback" oauth_params["client_credentials"] = {"identifier": "test-client-id", "password": "test-client-secret"} mocker.patch.object(demisto, "params", return_value=oauth_params) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="jira-oauth-start") mocker.patch.object(demisto, "getLastRun", return_value={}) mocker.patch("AtlassianApiModule.get_integration_context", return_value={}) mocker.patch("AtlassianApiModule.set_integration_context") results = mocker.patch("JiraEventCollector.return_results") from JiraEventCollector import main main() # Verify command results were returned assert results.called result = results.call_args[0][0] assert "Authorization Instructions" in result.readable_output @freeze_time("2022-04-14T00:00:00Z") def test_oauth_complete_command(mocker): """ Given - OAuth 2.0 authentication is configured - Authorization code is provided When - jira-oauth-complete command is executed Then - Verify tokens are saved to integration context """ oauth_params = DEMISTO_PARAMS.copy() oauth_params["auth_method"] = "OAuth 2.0" oauth_params["cloud_id"] = "test-cloud-id" oauth_params["callback_url"] = "https://localhost/callback" oauth_params["client_credentials"] = {"identifier": "test-client-id", "password": "test-client-secret"} mocker.patch.object(demisto, "params", return_value=oauth_params) mocker.patch.object(demisto, "args", return_value={"code": "test-auth-code"}) mocker.patch.object(demisto, "command", return_value="jira-oauth-complete") mocker.patch.object(demisto, "getLastRun", return_value={}) mocker.patch("AtlassianApiModule.get_integration_context", return_value={}) set_context = mocker.patch("AtlassianApiModule.set_integration_context") results = mocker.patch("JiraEventCollector.return_results") with requests_mock.Mocker() as m: m.post( "https://auth.atlassian.com/oauth/token", json={ "access_token": "test-access-token", "refresh_token": "test-refresh-token", "expires_in": 3600, "scope": "read:audit-log:jira", }, ) from JiraEventCollector import main main() # Verify tokens were saved assert set_context.called context = set_context.call_args[0][0] assert context["token"] == "test-access-token" assert context["refresh_token"] == "test-refresh-token" # Verify success message assert results.called result = results.call_args[0][0] assert "Successfully authenticated" in result.readable_output @freeze_time("2022-04-14T00:00:00Z") def test_oauth_test_command(mocker): """ Given - OAuth 2.0 authentication is configured - Valid tokens exist in integration context When - jira-oauth-test command is executed Then - Verify authentication is successful """ oauth_params = DEMISTO_PARAMS.copy() oauth_params["auth_method"] = "OAuth 2.0" oauth_params["cloud_id"] = "test-cloud-id" oauth_params["callback_url"] = "https://localhost/callback" oauth_params["client_credentials"] = {"identifier": "test-client-id", "password": "test-client-secret"} mocker.patch.object(demisto, "params", return_value=oauth_params) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="jira-oauth-test") mocker.patch.object(demisto, "getLastRun", return_value={}) mocker.patch( "AtlassianApiModule.get_integration_context", return_value={ "token": "valid-token", "valid_until": 9999999999, # Far future "refresh_token": "refresh-token", }, ) results = mocker.patch("JiraEventCollector.return_results") from JiraEventCollector import main main() # Verify success message assert results.called result = results.call_args[0][0] assert "Authentication successful" in result.readable_output @freeze_time("2022-04-14T00:00:00Z") def test_fetch_events_with_oauth(mocker): """ Given - OAuth 2.0 authentication is configured - Valid tokens exist in integration context When - fetch-events is running Then - Verify events are fetched using OAuth Bearer token """ oauth_params = DEMISTO_PARAMS.copy() oauth_params["auth_method"] = "OAuth 2.0" oauth_params["cloud_id"] = "test-cloud-id" oauth_params["callback_url"] = "https://localhost/callback" oauth_params["client_credentials"] = {"identifier": "test-client-id", "password": "test-client-secret"} mocker.patch.object(demisto, "params", return_value=oauth_params) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="fetch-events") mocker.patch.object(demisto, "getLastRun", return_value={}) mocker.patch( "AtlassianApiModule.get_integration_context", return_value={"token": "valid-oauth-token", "valid_until": 9999999999, "refresh_token": "refresh-token"}, ) mocker.patch("JiraEventCollector.send_events_to_xsiam") set_last_run = mocker.patch.object(demisto, "setLastRun") oauth_url = "https://api.atlassian.com/ex/jira/test-cloud-id/rest/api/3/auditing/record" with requests_mock.Mocker() as m: m.get(oauth_url, json=util_load_json("test_data/events.json"), headers={"Content-Type": "application/json"}) from JiraEventCollector import main main() # Verify last run was set assert set_last_run.called # Verify OAuth token was used (check request history) assert len(m.request_history) > 0 first_request = m.request_history[0] assert "Authorization" in first_request.headers assert first_request.headers["Authorization"] == "Bearer valid-oauth-token" @freeze_time("2022-04-14T00:00:00Z") def test_oauth_start_command_onprem(mocker): """ Given - OAuth 2.0 authentication is configured for On-Prem When - jira-oauth-start command is executed Then - Verify authorization URL is returned with PKCE parameters """ oauth_params = DEMISTO_PARAMS.copy() oauth_params["auth_method"] = "OAuth 2.0" oauth_params["url"] = "https://jira.company.com" oauth_params["cloud_id"] = "" # Empty for on-prem oauth_params["callback_url"] = "https://localhost/callback" oauth_params["client_credentials"] = {"identifier": "test-client-id", "password": "test-client-secret"} mocker.patch.object(demisto, "params", return_value=oauth_params) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="jira-oauth-start") mocker.patch.object(demisto, "getLastRun", return_value={}) mocker.patch("AtlassianApiModule.get_integration_context", return_value={}) set_context = mocker.patch("AtlassianApiModule.set_integration_context") results = mocker.patch("JiraEventCollector.return_results") with requests_mock.Mocker() as m: m.get( "https://jira.company.com/rest/oauth2/latest/authorize", status_code=302, headers={"Location": "https://jira.company.com/rest/oauth2/latest/authorize?client_id=test"}, ) from JiraEventCollector import main main() # Verify code_verifier was stored for PKCE assert set_context.called context = set_context.call_args[0][0] assert "code_verifier" in context # Verify command results were returned assert results.called @freeze_time("2022-04-14T00:00:00Z") def test_fetch_events_with_oauth_onprem(mocker): """ Given - OAuth 2.0 authentication is configured for On-Prem - Valid tokens exist in integration context When - fetch-events is running Then - Verify events are fetched using OAuth Bearer token from On-Prem server """ oauth_params = DEMISTO_PARAMS.copy() oauth_params["auth_method"] = "OAuth 2.0" oauth_params["url"] = "https://jira.company.com" oauth_params["cloud_id"] = "" # Empty for on-prem oauth_params["callback_url"] = "https://localhost/callback" oauth_params["client_credentials"] = {"identifier": "test-client-id", "password": "test-client-secret"} mocker.patch.object(demisto, "params", return_value=oauth_params) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="fetch-events") mocker.patch.object(demisto, "getLastRun", return_value={}) mocker.patch( "AtlassianApiModule.get_integration_context", return_value={"token": "valid-onprem-oauth-token", "valid_until": 9999999999, "refresh_token": "refresh-token"}, ) mocker.patch("JiraEventCollector.send_events_to_xsiam") set_last_run = mocker.patch.object(demisto, "setLastRun") onprem_url = "https://jira.company.com/rest/auditing/1.0/events" with requests_mock.Mocker() as m: m.get(onprem_url, json=util_load_json("test_data/events.json"), headers={"Content-Type": "application/json"}) from JiraEventCollector import main main() # Verify last run was set assert set_last_run.called # Verify OAuth token was used assert len(m.request_history) > 0 first_request = m.request_history[0] assert "Authorization" in first_request.headers assert first_request.headers["Authorization"] == "Bearer valid-onprem-oauth-token" @freeze_time("2022-04-14T00:00:00Z") def test_basic_auth_missing_credentials(mocker): """ Given - Basic authentication is configured but credentials are missing When - main() is called Then - Verify a DemistoException is raised with a clear error message """ params = DEMISTO_PARAMS.copy() params["credentials"] = {"identifier": "", "password": ""} mocker.patch.object(demisto, "params", return_value=params) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="test-module") mocker.patch.object(demisto, "getLastRun", return_value={}) return_error_mock = mocker.patch("JiraEventCollector.return_error") from JiraEventCollector import main main() assert return_error_mock.called error_msg = return_error_mock.call_args[0][0] assert "Username and API token are required" in error_msg @freeze_time("2022-04-14T00:00:00Z") def test_basic_auth_missing_password(mocker): """ Given - Basic authentication is configured but API token is missing When - main() is called Then - Verify a DemistoException is raised """ params = DEMISTO_PARAMS.copy() params["credentials"] = {"identifier": "admin@example.com", "password": ""} mocker.patch.object(demisto, "params", return_value=params) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="test-module") mocker.patch.object(demisto, "getLastRun", return_value={}) return_error_mock = mocker.patch("JiraEventCollector.return_error") from JiraEventCollector import main main() assert return_error_mock.called error_msg = return_error_mock.call_args[0][0] assert "Username and API token are required" in error_msg @freeze_time("2022-04-14T00:00:00Z") def test_test_module_basic_auth(mocker): """ Given - Basic authentication is configured with valid credentials When - test-module command is executed Then - Verify 'ok' is returned """ mocker.patch.object(demisto, "params", return_value=DEMISTO_PARAMS) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="test-module") mocker.patch.object(demisto, "getLastRun", return_value={}) results = mocker.patch.object(demisto, "results") mocker.patch("JiraEventCollector.send_events_to_xsiam") with requests_mock.Mocker() as m: m.get( URL, [ {"json": {"records": []}, "headers": {"Content-Type": "application/json"}}, ], ) from JiraEventCollector import main main() results.assert_called_once_with("ok") @freeze_time("2022-04-14T00:00:00Z") def test_test_module_oauth(mocker): """ Given - OAuth 2.0 authentication is configured with valid tokens When - test-module command is executed Then - Verify 'ok' is returned """ oauth_params = DEMISTO_PARAMS.copy() oauth_params["auth_method"] = "OAuth 2.0" oauth_params["cloud_id"] = "test-cloud-id" oauth_params["callback_url"] = "https://localhost/callback" oauth_params["client_credentials"] = {"identifier": "test-client-id", "password": "test-client-secret"} mocker.patch.object(demisto, "params", return_value=oauth_params) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="test-module") mocker.patch.object(demisto, "getLastRun", return_value={}) mocker.patch( "AtlassianApiModule.get_integration_context", return_value={"token": "valid-token", "valid_until": 9999999999, "refresh_token": "refresh-token"}, ) results = mocker.patch.object(demisto, "results") from JiraEventCollector import main main() results.assert_called_once_with("ok") @freeze_time("2022-04-14T00:00:00Z") def test_oauth_command_without_oauth_config(mocker): """ Given - Basic authentication is configured (not OAuth) When - jira-oauth-start command is executed Then - Verify an error is raised """ mocker.patch.object(demisto, "params", return_value=DEMISTO_PARAMS) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="jira-oauth-start") mocker.patch.object(demisto, "getLastRun", return_value={}) return_error_mock = mocker.patch("JiraEventCollector.return_error") from JiraEventCollector import main main() assert return_error_mock.called error_msg = return_error_mock.call_args[0][0] assert "OAuth commands are only available" in error_msg @freeze_time("2022-04-14T00:00:00Z") def test_oauth_complete_missing_code(mocker): """ Given - OAuth 2.0 authentication is configured - No authorization code is provided When - jira-oauth-complete command is executed Then - Verify an error is raised """ oauth_params = DEMISTO_PARAMS.copy() oauth_params["auth_method"] = "OAuth 2.0" oauth_params["cloud_id"] = "test-cloud-id" oauth_params["callback_url"] = "https://localhost/callback" oauth_params["client_credentials"] = {"identifier": "test-client-id", "password": "test-client-secret"} mocker.patch.object(demisto, "params", return_value=oauth_params) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="jira-oauth-complete") mocker.patch.object(demisto, "getLastRun", return_value={}) return_error_mock = mocker.patch("JiraEventCollector.return_error") from JiraEventCollector import main main() assert return_error_mock.called error_msg = return_error_mock.call_args[0][0] assert "Authorization code is required" in error_msg @freeze_time("2022-04-14T00:00:00Z") def test_set_next_run_with_milliseconds(): """ Given - An event with a timestamp containing milliseconds When - set_next_run is called Then - Verify the timestamp is parsed correctly """ from JiraEventCollector import GetEvents log = {"created": "2022-04-12T18:45:42.967+0000"} result = GetEvents.set_next_run(log) assert result.get("from") == "2022-04-12T18:45:43" @freeze_time("2022-04-14T00:00:00Z") def test_set_next_run_without_milliseconds(): """ Given - An event with a timestamp without milliseconds When - set_next_run is called Then - Verify the timestamp is parsed correctly """ from JiraEventCollector import GetEvents log = {"timestamp": "2022-04-12T18:45:42"} result = GetEvents.set_next_run(log) assert result.get("from") == "2022-04-12T18:45:43" @freeze_time("2022-04-14T00:00:00Z") def test_set_next_run_no_timestamp(): """ Given - An event with no timestamp field When - set_next_run is called Then - Verify last_run is returned unchanged """ from JiraEventCollector import GetEvents log = {"summary": "some event"} result = GetEvents.set_next_run(log) assert "from" not in result @freeze_time("2022-04-14T00:00:00Z") def test_set_next_run_invalid_timestamp(): """ Given - An event with an unparseable timestamp When - set_next_run is called Then - Verify last_run is returned unchanged """ from JiraEventCollector import GetEvents log = {"created": "not-a-valid-timestamp"} result = GetEvents.set_next_run(log) assert "from" not in result @freeze_time("2022-04-14T00:00:00Z") def test_redirect_detection(mocker): """ Given - A request that gets redirected (e.g., to a login page) When - fetch-events is running Then - Verify a DemistoException is raised about redirect """ mocker.patch.object(demisto, "params", return_value=DEMISTO_PARAMS) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="fetch-events") mocker.patch.object(demisto, "getLastRun", return_value={}) mocker.patch("JiraEventCollector.send_events_to_xsiam") return_error_mock = mocker.patch("JiraEventCollector.return_error") with requests_mock.Mocker() as m: m.get(URL, status_code=302, headers={"Location": "https://login.example.com"}) from JiraEventCollector import main main() assert return_error_mock.called error_msg = return_error_mock.call_args[0][0] assert "redirected" in error_msg.lower() or "redirect" in error_msg.lower() @freeze_time("2022-04-14T00:00:00Z") def test_non_json_response(mocker): """ Given - A response with non-JSON content type When - fetch-events is running Then - Verify a DemistoException is raised about unexpected content type """ mocker.patch.object(demisto, "params", return_value=DEMISTO_PARAMS) mocker.patch.object(demisto, "args", return_value={}) mocker.patch.object(demisto, "command", return_value="fetch-events") mocker.patch.object(demisto, "getLastRun", return_value={}) mocker.patch("JiraEventCollector.send_events_to_xsiam") return_error_mock = mocker.patch("JiraEventCollector.return_error") with requests_mock.Mocker() as m: m.get(URL, text="<html>Login Page</html>", headers={"Content-Type": "text/html"}) from JiraEventCollector import main main() assert return_error_mock.called error_msg = return_error_mock.call_args[0][0] assert "Content-Type" in error_msg or "content type" in error_msg.lower()