Create Jira Issue crashed upon type search assignee

Issue #785 new
Yunhai Luo created an issue

Versions

  • Extension: Jira and Bitbucket (Atlassian Labs), v2.10.12
  • VS Code: Version: 1.73.1 (Universal)
  • Jira: company Jira instance which should be v8.22.4#822004-sha1:451d01f
  • Operating system: macOS Monterey Version 12.6.1

Reproduce the problem

  1. Click “Atlassian” on the side bar.
  2. In “JIRA ISSUES”, click “+”
  3. In the “Create Jira Issue” tab, click unfold “Advanced Options”.
  4. Under the “Assignee” field, click “Type to search”.
  5. Type any letter to search, like “y”

What happened

  • Crashed as total blank page on the “Create Jira Issue” tab with all fields, inputs, UIs gone.
  • See the following debug info in the Atlassian output:

    [2022-11-21 17:13:22:405] ---------------------------------------------------------------------- [2022-11-21 17:13:22:405] curl -X GET -H "User-Agent:atlascode/2.x axios/0.19.2" -H "X-Atlassian-Token:no-check" -H "Content-Type:application/json" -H "Authorization:xxxx" "https://xxxx.xxxx.com/jira/rest/api/latest/user/assignable/search?issueKey=null&username=y" [2022-11-21 17:13:22:405] ---------------------------------------------------------------------- [2022-11-21 17:13:22:679] Error: error posting comment: Error: Request failed with status code 404 * React errors (I assume nothing special) in the Webview developer tool.

Expected behavior

  • At least not crash with a blank page
  • Better if the Assignee assignment during creating issues works like in the Web UI.

Comments (1)

  1. Log in to comment