-
Notifications
You must be signed in to change notification settings - Fork 55
Description
Describe the bug
The extension attempts to find all projects, issue types, and permissions for each project but fails with 400 Bad Request error, Inside the log there is a 429 error too.
The Site dropdown is empty and when manually typing the domain, nothing is displayed
Clicking Dismiss on the error notification in the UI returns the same error message display but the text reads Rate limit exceeded
[2025-11-25 17:14:35:389] FeatureGates atlascode-create-work-item-webview-test -> false
[2025-11-25 17:14:35:391] FeatureGates atlascode-use-new-atlaskit-editor -> false
[2025-11-25 17:14:35:392] ----------------------------------------------------------------------
[2025-11-25 17:14:35:393] curl -X GET "https://<customdomain>.com/rest/api/2/project/KLOUDAPAC" -H "Accept:application/json, text/plain, */*" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:35:393] ----------------------------------------------------------------------
[2025-11-25 17:14:35:431] ----------------------------------------------------------------------
[2025-11-25 17:14:35:431] curl -X GET "https://<customdomain>.com/rest/api/2/project?orderBy=key" -H "Accept:application/json, text/plain, */*" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:35:441] ----------------------------------------------------------------------
[2025-11-25 17:14:35:441] curl -X GET "https://<customdomain>.com/rest/api/2/issue/createmeta?projectKeys=KLOUDAPAC&expand=projects.issuetypes.fields" -H "Accept:application/json, text/plain, */*" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:35:441] ----------------------------------------------------------------------
[2025-11-25 17:14:35:459] Getting notifications for uri webview-panel:webview-panel/webview-react-d8243b83-a0f1-40d9-a337-f99ca0eb3304 with surface Badge
[2025-11-25 17:14:35:797] ----------------------------------------------------------------------
[2025-11-25 17:14:35:797] curl -X GET "https://<customdomain>.com/rest/api/2/project/KLOUDAPAC" -H "Accept:application/json, text/plain, */*" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:35:797] ----------------------------------------------------------------------
[2025-11-25 17:14:35:797] curl -X GET "https://<customdomain>.com/rest/api/2/issue/createmeta/KLOUDAPAC/issuetypes" -H "Accept:application/json, text/plain, */*" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:35:979] ----------------------------------------------------------------------
[2025-11-25 17:14:35:979] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ML&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:35:982] ----------------------------------------------------------------------
[2025-11-25 17:14:35:982] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=BENEFITS&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:35:985] ----------------------------------------------------------------------
[2025-11-25 17:14:35:986] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=LIFDB&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:35:998] ----------------------------------------------------------------------
[2025-11-25 17:14:35:998] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=QCE&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:013] ----------------------------------------------------------------------
[2025-11-25 17:14:36:013] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=CFL&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:027] ----------------------------------------------------------------------
[2025-11-25 17:14:36:027] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=WFMGR&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:039] ----------------------------------------------------------------------
[2025-11-25 17:14:36:039] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=DAMGR&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:057] ----------------------------------------------------------------------
[2025-11-25 17:14:36:057] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ADP&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:070] ----------------------------------------------------------------------
[2025-11-25 17:14:36:070] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ADPINTFW&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:082] ----------------------------------------------------------------------
[2025-11-25 17:14:36:082] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ADPLABS&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:098] ----------------------------------------------------------------------
[2025-11-25 17:14:36:098] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=CCOE&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:110] ----------------------------------------------------------------------
[2025-11-25 17:14:36:110] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=VENTURE&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:123] ----------------------------------------------------------------------
[2025-11-25 17:14:36:123] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ADPCOM&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:137] ----------------------------------------------------------------------
[2025-11-25 17:14:36:137] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ADPRI&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:153] ----------------------------------------------------------------------
[2025-11-25 17:14:36:153] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ADROITAI&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:164] ----------------------------------------------------------------------
[2025-11-25 17:14:36:164] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=AEGIS&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:174] ----------------------------------------------------------------------
[2025-11-25 17:14:36:174] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=AOC&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:184] ----------------------------------------------------------------------
[2025-11-25 17:14:36:184] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=SKOOTE&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:198] ----------------------------------------------------------------------
[2025-11-25 17:14:36:198] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=AGILECSOPS&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:210] ----------------------------------------------------------------------
[2025-11-25 17:14:36:210] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=AIFORINFRA&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:221] ----------------------------------------------------------------------
[2025-11-25 17:14:36:221] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=AIM&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:232] ----------------------------------------------------------------------
[2025-11-25 17:14:36:232] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ANZXPRD&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:244] ----------------------------------------------------------------------
[2025-11-25 17:14:36:244] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ANZMIA&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:256] ----------------------------------------------------------------------
[2025-11-25 17:14:36:256] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ANZNPT&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:267] ----------------------------------------------------------------------
[2025-11-25 17:14:36:267] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ANZPF&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:279] ----------------------------------------------------------------------
[2025-11-25 17:14:36:279] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ANZPL&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:290] ----------------------------------------------------------------------
[2025-11-25 17:14:36:290] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ANZPSR&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:301] ----------------------------------------------------------------------
[2025-11-25 17:14:36:301] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ANZSD&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:312] ----------------------------------------------------------------------
[2025-11-25 17:14:36:312] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=EAAPXPRD&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:324] ----------------------------------------------------------------------
[2025-11-25 17:14:36:324] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=APIDESGN&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:36:335] ----------------------------------------------------------------------
[2025-11-25 17:14:36:335] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=AIPB&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:37:612] ----------------------------------------------------------------------
[2025-11-25 17:14:37:612] curl -X GET "https://<customdomain>.com/rest/api/2/project/KLOUDAPAC" -H "Accept:application/json, text/plain, */*" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:37:612] ----------------------------------------------------------------------
[2025-11-25 17:14:37:612] curl -X GET "https://<customdomain>.com/rest/api/2/issue/createmeta/KLOUDAPAC/issuetypes" -H "Accept:application/json, text/plain, */*" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:14:37:612] ----------------------------------------------------------------------
[2025-11-25 17:14:37:941] Failed to fetch paginated projects AxiosError: Request failed with status code 429
[2025-11-25 17:14:37:993] error updating issue fields AxiosError: Request failed with status code 429
[2025-11-25 17:15:14:077] Retrieving auth info for product: jira credentialID: <token>
[2025-11-25 17:15:14:077] Clearing notifications for uri file:///Please%20login%20to%20Jira
[2025-11-25 17:15:14:077] No notifications for delegate [object Object]
[2025-11-25 17:15:14:077] No notifications for delegate [object Object]
[2025-11-25 17:15:14:077] Retrieving auth info for product: jira credentialID: <token>
[2025-11-25 17:15:14:078] GraphQL request [object Object]
[2025-11-25 17:15:14:078] GraphQL request failed Error: Unsupported authentication type.
[2025-11-25 17:15:14:078] Error fetching unseen notification count Error: Unsupported authentication type.
[2025-11-25 17:15:14:078] No changes in unseen notifications for fieljere, but pulling full feed as it has been a while
[2025-11-25 17:15:14:078] Found 0 unseen notifications for fieljere
[2025-11-25 17:15:14:078] No unseen notifications to fetch for fieljere
[2025-11-25 17:16:14:082] Retrieving auth info for product: jira credentialID: <token>
[2025-11-25 17:16:14:082] Clearing notifications for uri file:///Please%20login%20to%20Jira
[2025-11-25 17:16:14:082] No notifications for delegate [object Object]
[2025-11-25 17:16:14:082] No notifications for delegate [object Object]
[2025-11-25 17:16:14:082] Retrieving auth info for product: jira credentialID: <token>
[2025-11-25 17:16:14:083] GraphQL request [object Object]
[2025-11-25 17:16:14:083] GraphQL request failed Error: Unsupported authentication type.
[2025-11-25 17:16:14:083] Error fetching unseen notification count Error: Unsupported authentication type.
[2025-11-25 17:16:14:084] No changes in unseen notifications for fieljere, but pulling full feed as it has been a while
[2025-11-25 17:16:14:084] Found 0 unseen notifications for fieljere
[2025-11-25 17:16:14:084] No unseen notifications to fetch for fieljere
[2025-11-25 17:17:00:452] Window is not focused, skipping notification check
[2025-11-25 17:17:00:653] ----------------------------------------------------------------------
[2025-11-25 17:17:00:653] curl -X GET "https://<customdomain>.com/rest/api/2/project?orderBy=key" -H "Accept:application/json, text/plain, */*" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:00:663] ----------------------------------------------------------------------
[2025-11-25 17:17:00:663] curl -X GET "https://<customdomain>.com/rest/api/2/issue/createmeta?projectKeys=KLOUDAPAC&expand=projects.issuetypes.fields" -H "Accept:application/json, text/plain, */*" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:00:663] ----------------------------------------------------------------------
[2025-11-25 17:17:00:705] Retrieving auth info for product: jira credentialID: <token>
[2025-11-25 17:17:00:705] Clearing notifications for uri file:///Please%20login%20to%20Jira
[2025-11-25 17:17:00:705] No notifications for delegate [object Object]
[2025-11-25 17:17:00:705] No notifications for delegate [object Object]
[2025-11-25 17:17:00:705] Retrieving auth info for product: jira credentialID: <token>
[2025-11-25 17:17:00:706] Not enough time has elapsed since last notification check
[2025-11-25 17:17:00:710] Getting notifications for uri output:extension-output-atlassian.atlascode-%233-Atlassian with surface Badge
[2025-11-25 17:17:01:052] ----------------------------------------------------------------------
[2025-11-25 17:17:01:052] curl -X GET "https://<customdomain>.com/rest/api/2/project/KLOUDAPAC" -H "Accept:application/json, text/plain, */*" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:01:052] ----------------------------------------------------------------------
[2025-11-25 17:17:01:052] curl -X GET "https://<customdomain>.com/rest/api/2/issue/createmeta/KLOUDAPAC/issuetypes" -H "Accept:application/json, text/plain, */*" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:01:280] ----------------------------------------------------------------------
[2025-11-25 17:17:01:280] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=ML&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:01:283] ----------------------------------------------------------------------
[2025-11-25 17:17:01:283] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=BENEFITS&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:01:286] ----------------------------------------------------------------------
[2025-11-25 17:17:03:025] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=CDO&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:03:036] ----------------------------------------------------------------------
[2025-11-25 17:17:03:036] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=CHNNPT&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:03:046] ----------------------------------------------------------------------
[2025-11-25 17:17:03:046] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=CHNPOW&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:03:054] ----------------------------------------------------------------------
[2025-11-25 17:17:03:054] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=CHNREQ&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:03:064] ----------------------------------------------------------------------
[2025-11-25 17:17:03:064] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=CLOUDMOD&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:03:072] ----------------------------------------------------------------------
[2025-11-25 17:17:03:073] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=COMHUB&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:03:082] ----------------------------------------------------------------------
[2025-11-25 17:17:03:082] curl -X GET "https://<customdomain>.com/rest/api/2/mypermissions?projectKey=CF&permissions=CREATE_ISSUES" -H "Accept:application/json" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:03:830] ----------------------------------------------------------------------
[2025-11-25 17:17:03:830] curl -X GET "https://<customdomain>.com/rest/api/2/project/KLOUDAPAC" -H "Accept:application/json, text/plain, */*" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:03:830] ----------------------------------------------------------------------
[2025-11-25 17:17:03:830] curl -X GET "https://<customdomain>.com/rest/api/2/issue/createmeta/KLOUDAPAC/issuetypes" -H "Accept:application/json, text/plain, */*" -H "Content-Type:application/json" -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Authorization:Bearer <auth token>"
[2025-11-25 17:17:03:830] ----------------------------------------------------------------------
[2025-11-25 17:17:04:037] Failed to fetch paginated projects AxiosError: Request failed with status code 429
[2025-11-25 17:17:04:247] error updating issue fields AxiosError: Request failed with status code 429
[2025-11-25 17:17:14:096] Retrieving auth info for product: jira credentialID: <token>
[2025-11-25 17:17:14:096] Clearing notifications for uri file:///Please%20login%20to%20Jira
[2025-11-25 17:17:14:096] No notifications for delegate [object Object]
[2025-11-25 17:17:14:096] No notifications for delegate [object Object]
[2025-11-25 17:17:14:096] Retrieving auth info for product: jira credentialID: <token>
[2025-11-25 17:17:14:097] GraphQL request [object Object]
[2025-11-25 17:17:14:097] GraphQL request failed Error: Unsupported authentication type.
[2025-11-25 17:17:14:098] Error fetching unseen notification count Error: Unsupported authentication type.
[2025-11-25 17:17:14:098] No changes in unseen notifications for fieljere, but pulling full feed as it has been a while
[2025-11-25 17:17:14:098] Found 0 unseen notifications for fieljere
[2025-11-25 17:17:14:098] No unseen notifications to fetch for fieljere
Expected behavior
I should be able to create a new work item in the project selected from the dropdown.
Screenshots
Environment and Version (please complete the following information):
Name: Atlassian: Jira, Rovo Dev, Bitbucket
Id: atlassian.atlascode
Version: 4.1.57
Publisher: Atlassian
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=Atlassian.atlascode
Version: 1.106.2 (user setup)
Commit: 1e3c50d64110be466c0b4a45222e81d2c9352888
Date: 2025-11-19T16:56:50.023Z
Electron: 37.7.0
ElectronBuildId: 12781156
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.22631
Additional context
Add any other context about the problem here.
related #1336 , random errors in debug