I follow all the steps describe on this page Tenable for Jira Cloud I am able to run the set up to generate the executable but when I run this command tenable-jira config.yaml all that I see on my log file is the following text, I also check on Jira and the project was successfully created but there are no tickets, thank you in advance.
I follow all the steps describe on this page Tenable for Jira Cloud I am able to run the set up to generate the executable but when I run this command tenable-jira config.yaml all that I see on my log file is the following text, I also check on Jira and the project was successfully created but there are no tickets, thank you in advance.
2022-04-17 12:33:54,852 root INFO Tenable2JiraCloud Version 1.2.3 2022-04-17 12:33:54,852 root INFO Using configuration file C:\Systems\Code\Python\Training\integration-jira-cloud-master\config.yaml 2022-04-17 12:33:54,852 root INFO Running on Python3.10.0Windows/AMD64 2022-04-17 12:33:54,852 root DEBUG Severity Prioritization set to: {'critical': 1, 'high': 2, 'medium': 3, 'low': 4} 2022-04-17 12:33:54,852 tenable.io.TenableIO DEBUG Request: {"method": "GET", "url": "https://cloud.tenable.com/session", "params": {}, "body": {}} 2022-04-17 12:33:54,852 urllib3.connectionpool DEBUG Starting new HTTPS connection (1): cloud.tenable.com:443 2022-04-17 12:33:55,290 urllib3.connectionpool DEBUG https://cloud.tenable.com:443 "GET /session HTTP/1.1" 200 None 2022-04-17 12:33:55,290 tenable_jira.jira.Jira DEBUG Request: {"method": "GET", "url": "https://imageapi.atlassian.net/rest/api/3/project/VULN", "params": {}, "body": {}} 2022-04-17 12:33:55,290 urllib3.connectionpool DEBUG Starting new HTTPS connection (1): imageapi.atlassian.net:443 2022-04-17 12:33:55,738 urllib3.connectionpool DEBUG https://imageapi.atlassian.net:443 "GET /rest/api/3/project/VULN HTTP/1.1" 200 None 2022-04-17 12:33:55,738 tenable_jira.jira.Jira DEBUG Request: {"method": "GET", "url": "https://imageapi.atlassian.net/rest/api/3/field", "params": {}, "body": {}} 2022-04-17 12:33:55,972 urllib3.connectionpool DEBUG https://imageapi.atlassian.net:443 "GET /rest/api/3/field HTTP/1.1" 200 None 2022-04-17 12:33:55,972 tenable_jira.jira.Jira INFO Tenable Platform is customfield_11082 (existing) 2022-04-17 12:33:55,972 tenable_jira.jira.Jira INFO CVEs is customfield_11083 (existing) 2022-04-17 12:33:55,972 tenable_jira.jira.Jira INFO CVSSv2 Base Score is customfield_11084 (existing) 2022-04-17 12:33:55,972 tenable_jira.jira.Jira INFO CVSSv2 Temporal Score is customfield_11085 (existing) 2022-04-17 12:33:55,972 tenable_jira.jira.Jira INFO CVSSv3 Base Score is customfield_11086 (existing) 2022-04-17 12:33:55,972 tenable_jira.jira.Jira INFO CVSSv3 Temporal Score is customfield_11087 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Patch Publication Date is customfield_11088 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Tenable Plugin ID is customfield_11089 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Tenable Plugin Family is customfield_11090 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Tenable Plugin Name is customfield_11091 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Vulnerability Severity is customfield_11092 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Finding Severity is customfield_11093 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Tenable Asset UUID is customfield_11094 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Tenable Asset Tags is customfield_11095 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Device MAC Addresses is customfield_11096 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Device IPv4 Addresses is customfield_11097 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Device IPv6 Addresses is customfield_11098 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Device Hostname is customfield_11099 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Device NetBIOS Name is customfield_11100 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Device DNS Name is customfield_11101 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Device Network ID is customfield_11102 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Vulnerability First Seen is customfield_11103 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Vulnerability Last Seen is customfield_11104 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Vulnerability Last Fixed is customfield_11105 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Vulnerability State is customfield_11106 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Vulnerability Port is customfield_11107 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Vulnerability Protocol is customfield_11108 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Vulnerability Repository ID is customfield_11109 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Vulnerability Repository Name is customfield_11110 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira INFO Tenable VPR Score is customfield_11111 (existing) 2022-04-17 12:33:55,987 tenable_jira.jira.Jira DEBUG Request: {"method": "GET", "url": "https://imageapi.atlassian.net/rest/api/3/project/VULN", "params": {}, "body": {}} 2022-04-17 12:33:56,128 urllib3.connectionpool DEBUG https://imageapi.atlassian.net:443 "GET /rest/api/3/project/VULN HTTP/1.1" 200 None 2022-04-17 12:33:56,128 tenable_jira.jira.Jira DEBUG Request: {"method": "GET", "url": "https://imageapi.atlassian.net/rest/api/3/issuetype/project", "params": {"projectId": "10583"}, "body": {}} 2022-04-17 12:33:56,253 urllib3.connectionpool DEBUG https://imageapi.atlassian.net:443 "GET /rest/api/3/issuetype/project?projectId=10583 HTTP/1.1" 200 None 2022-04-17 12:33:56,253 tenable_jira.transform.Tio2Jira DEBUG Issuetypes standard={'name': 'Task', 'jira_id': 10301, 'type': 'standard', 'search': ['Tenable Plugin ID']}, subtask={'name': 'Sub-task', 'jira_id': 10302, 'type': 'subtask', 'search': ['Tenable Platform', 'Tenable Plugin ID', 'Tenable Asset UUID', 'Vulnerability Port', 'Vulnerability Protocol']} 2022-04-17 12:33:56,253 tenable_jira.jira.Jira DEBUG Request: {"method": "GET", "url": "https://imageapi.atlassian.net/rest/api/3/screens", "params": {"startAt": -100, "maxResults": 100}, "body": {}} 2022-04-17 12:33:56,550 urllib3.connectionpool DEBUG https://imageapi.atlassian.net:443 "GET /rest/api/3/screens?startAt=-100&maxResults=100 HTTP/1.1" 200 None 2022-04-17 12:33:56,550 tenable_jira.jira.Jira DEBUG Request: {"method": "GET", "url": "https://imageapi.atlassian.net/rest/api/3/screens", "params": {"startAt": 0, "maxResults": 100}, "body": {}} 2022-04-17 12:33:56,706 urllib3.connectionpool DEBUG https://imageapi.atlassian.net:443 "GET /rest/api/3/screens?startAt=0&maxResults=100 HTTP/1.1" 200 None 2022-04-17 12:33:56,706 tenable_jira.jira.Jira DEBUG Request: {"method": "GET", "url": "https://imageapi.atlassian.net/rest/api/3/screens", "params": {"startAt": 100, "maxResults": 100}, "body": {}} 2022-04-17 12:33:56,831 urllib3.connectionpool DEBUG https://imageapi.atlassian.net:443 "GET /rest/api/3/screens?startAt=100&maxResults=100 HTTP/1.1" 200 None 2022-04-17 12:33:56,847 tenable_jira.transform.Tio2Jira INFO Using JIRA Screens [] 2022-04-17 12:33:56,847 root INFO Initiating ingest with observed_since=1647576000 2022-04-17 12:33:56,847 tenable.io.TenableIO DEBUG Request: {"method": "POST", "url": "https://cloud.tenable.com/assets/export", "params": {}, "body": {"chunk_size": 1000, "filters": {"updated_at": 1647576000}}} 2022-04-17 12:33:57,222 urllib3.connectionpool DEBUG https://cloud.tenable.com:443 "POST /assets/export HTTP/1.1" 200 54 2022-04-17 12:33:57,237 tenable.io.TenableIO DEBUG assets export job 02883070-2c50-49a7-aee2-816af313069a initiated 2022-04-17 12:33:57,237 tenable.io.TenableIO DEBUG Request: {"method": "POST", "url": "https://cloud.tenable.com/assets/export", "params": {}, "body": {"chunk_size": 1000, "filters": {"deleted_at": 1647576000}}} 2022-04-17 12:33:58,273 urllib3.connectionpool DEBUG https://cloud.tenable.com:443 "POST /assets/export HTTP/1.1" 200 54 2022-04-17 12:33:58,273 tenable.io.TenableIO DEBUG assets export job c0aecdf5-b996-4f11-8f50-38219a63cac6 initiated 2022-04-17 12:33:58,273 tenable.io.TenableIO DEBUG Request: {"method": "POST", "url": "https://cloud.tenable.com/assets/export", "params": {}, "body": {"chunk_size": 1000, "filters": {"terminated_at": 1647576000}}} 2022-04-17 12:33:59,444 urllib3.connectionpool DEBUG https://cloud.tenable.com:443 "POST /assets/export HTTP/1.1" 200 54 2022-04-17 12:33:59,460 tenable.io.TenableIO DEBUG assets export job 6bcaf541-952b-4c0d-86a0-19611d774ae8 initiated 2022-04-17 12:33:59,460 tenable.io.TenableIO DEBUG Request: {"method": "GET", "url": "https://cloud.tenable.com/assets/export/6bcaf541-952b-4c0d-86a0-19611d774ae8/status", "params": {}, "body": {}} 2022-04-17 12:34:00,616 urllib3.connectionpool DEBUG https://cloud.tenable.com:443 "GET /assets/export/6bcaf541-952b-4c0d-86a0-19611d774ae8/status HTTP/1.1" 200 43 2022-04-17 12:34:00,616 tenable.io.exports.iterator.ExportsIterator DEBUG assets export 6bcaf541-952b-4c0d-86a0-19611d774ae8 is currenty FINISHED 2022-04-17 12:34:00,616 tenable.io.exports.iterator.ExportsIterator DEBUG {'status': 'FINISHED', 'chunks_available': [], 'chunks_unfinished': []} and [] 2022-04-17 12:34:00,616 tenable.io.TenableIO DEBUG Request: {"method": "GET", "url": "https://cloud.tenable.com/assets/export/c0aecdf5-b996-4f11-8f50-38219a63cac6/status", "params": {}, "body": {}} 2022-04-17 12:34:01,819 urllib3.connectionpool DEBUG https://cloud.tenable.com:443 "GET /assets/export/c0aecdf5-b996-4f11-8f50-38219a63cac6/status HTTP/1.1" 200 43 2022-04-17 12:34:01,819 tenable.io.exports.iterator.ExportsIterator DEBUG assets export c0aecdf5-b996-4f11-8f50-38219a63cac6 is currenty FINISHED 2022-04-17 12:34:01,819 tenable.io.exports.iterator.ExportsIterator DEBUG {'status': 'FINISHED', 'chunks_available': [], 'chunks_unfinished': []} and [] 2022-04-17 12:34:01,819 tenable.io.TenableIO DEBUG Request: {"method": "GET", "url": "https://cloud.tenable.com/assets/export/02883070-2c50-49a7-aee2-816af313069a/status", "params": {}, "body": {}} 2022-04-17 12:34:03,010 urllib3.connectionpool DEBUG https://cloud.tenable.com:443 "GET /assets/export/02883070-2c50-49a7-aee2-816af313069a/status HTTP/1.1" 200 44 2022-04-17 12:34:03,010 tenable.io.exports.iterator.ExportsIterator DEBUG assets export 02883070-2c50-49a7-aee2-816af313069a is currenty FINISHED 2022-04-17 12:34:03,010 tenable.io.exports.iterator.ExportsIterator DEBUG {'status': 'FINISHED', 'chunks_available': [1], 'chunks_unfinished': [1]} and [1] 2022-04-17 12:34:03,010 tenable.io.TenableIO DEBUG Request: {"method": "GET", "url": "https://cloud.tenable.com/assets/export/02883070-2c50-49a7-aee2-816af313069a/chunks/1", "params": {}, "body": {}} 2022-04-17 12:34:04,240 urllib3.connectionpool DEBUG https://cloud.tenable.com:443 "GET /assets/export/02883070-2c50-49a7-aee2-816af313069a/chunks/1 HTTP/1.1" 200 None 2022-04-17 12:34:04,255 tenable.io.TenableIO DEBUG Request: {"method": "GET", "url": "https://cloud.tenable.com/assets/export/02883070-2c50-49a7-aee2-816af313069a/status", "params": {}, "body": {}} 2022-04-17 12:34:05,412 urllib3.connectionpool DEBUG https://cloud.tenable.com:443 "GET /assets/export/02883070-2c50-49a7-aee2-816af313069a/status HTTP/1.1" 200 44 2022-04-17 12:34:05,412 tenable.io.exports.iterator.ExportsIterator DEBUG assets export 02883070-2c50-49a7-aee2-816af313069a is currenty FINISHED 2022-04-17 12:34:05,412 tenable.io.exports.iterator.ExportsIterator DEBUG {'status': 'FINISHED', 'chunks_available': [1], 'chunks_unfinished': []} and [] 2022-04-17 12:34:05,412 tenable_jira.transform.Tio2Jira INFO Updating and creating issues marked as Open 2022-04-17 12:34:05,412 tenable.io.TenableIO DEBUG Request: {"method": "POST", "url": "https://cloud.tenable.com/vulns/export", "params": {}, "body": {"num_assets": 1000, "include_unlicensed": true, "filters": {"last_found": 1647576000, "severity": ["high", "critical"]}}} 2022-04-17 12:34:06,632 urllib3.connectionpool DEBUG https://cloud.tenable.com:443 "POST /vulns/export HTTP/1.1" 200 54 2022-04-17 12:34:06,648 charset_normalizer DEBUG Encoding detection: ascii is most likely the one. 2022-04-17 12:34:06,648 tenable.io.TenableIO DEBUG vulns export job b27aa4ef-f2fd-4ab0-9191-31fae267f38a initiated 2022-04-17 12:34:06,648 tenable.io.TenableIO DEBUG Request: {"method": "GET", "url": "https://cloud.tenable.com/vulns/export/b27aa4ef-f2fd-4ab0-9191-31fae267f38a/status", "params": {}, "body": {}} 2022-04-17 12:34:07,847 urllib3.connectionpool DEBUG https://cloud.tenable.com:443 "GET /vulns/export/b27aa4ef-f2fd-4ab0-9191-31fae267f38a/status HTTP/1.1" 200 459 2022-04-17 12:34:07,847 tenable.io.exports.iterator.ExportsIterator DEBUG vulns export b27aa4ef-f2fd-4ab0-9191-31fae267f38a is currenty FINISHED 2022-04-17 12:34:07,847 tenable.io.exports.iterator.ExportsIterator DEBUG {'uuid': 'b27aa4ef-f2fd-4ab0-9191-31fae267f38a', 'status': 'FINISHED', 'chunks_available': [], 'chunks_failed': [], 'chunks_cancelled': [], 'total_chunks': 0, 'chunks_available_count': 0, 'empty_chunks_count': 0, 'finished_chunks': 0, 'filters': {'severity': ['HIGH', 'CRITICAL'], 'state': ['OPEN', 'REOPENED'], 'tags': {}, 'since': 0, 'first_found': 0, 'last_found': 1647576000, 'last_fixed': 0, 'first_seen': 0, 'last_seen': 0, 'indexed_at': 0}, 'num_assets_per_chunk': 1000, 'created': 1650213247665, 'chunks_unfinished': []} and [] 2022-04-17 12:34:07,847 tenable_jira.transform.Tio2Jira INFO Closing Issues Marked as Fixed. 2022-04-17 12:34:07,847 tenable.io.TenableIO DEBUG Request: {"method": "POST", "url": "https://cloud.tenable.com/vulns/export", "params": {}, "body": {"num_assets": 1000, "include_unlicensed": true, "filters": {"last_fixed": 1647576000, "state": ["fixed"], "severity": ["high", "critical"]}}} 2022-04-17 12:34:09,030 urllib3.connectionpool DEBUG https://cloud.tenable.com:443 "POST /vulns/export HTTP/1.1" 200 54 2022-04-17 12:34:09,030 charset_normalizer DEBUG Encoding detection: ascii is most likely the one. 2022-04-17 12:34:09,030 tenable.io.TenableIO DEBUG vulns export job c0804a57-ada6-4047-808d-ecd0ec280a45 initiated 2022-04-17 12:34:09,030 tenable.io.TenableIO DEBUG Request: {"method": "GET", "url": "https://cloud.tenable.com/vulns/export/c0804a57-ada6-4047-808d-ecd0ec280a45/status", "params": {}, "body": {}} 2022-04-17 12:34:10,252 urllib3.connectionpool DEBUG https://cloud.tenable.com:443 "GET /vulns/export/c0804a57-ada6-4047-808d-ecd0ec280a45/status HTTP/1.1" 200 449 2022-04-17 12:34:10,252 tenable.io.exports.iterator.ExportsIterator DEBUG vulns export c0804a57-ada6-4047-808d-ecd0ec280a45 is currenty FINISHED 2022-04-17 12:34:10,252 tenable.io.exports.iterator.ExportsIterator DEBUG {'uuid': 'c0804a57-ada6-4047-808d-ecd0ec280a45', 'status': 'FINISHED', 'chunks_available': [], 'chunks_failed': [], 'chunks_cancelled': [], 'total_chunks': 0, 'chunks_available_count': 0, 'empty_chunks_count': 0, 'finished_chunks': 0, 'filters': {'severity': ['HIGH', 'CRITICAL'], 'state': ['FIXED'], 'tags': {}, 'since': 0, 'first_found': 0, 'last_found': 0, 'last_fixed': 1647576000, 'first_seen': 0, 'last_seen': 0, 'indexed_at': 0}, 'num_assets_per_chunk': 1000, 'created': 1650213250060, 'chunks_unfinished': []} and [] 2022-04-17 12:34:10,252 root INFO Sleeping for 3600 seconds