Skip to content

[JIRA]: Create new issue > search for assignee fails #126

Open
@jeremyfiel

Description

Describe the bug
Using atlascode, when creating a new issue the assignee search fails to return any results.

To Reproduce
Steps to reproduce the behavior:

  1. Create new issue
  2. type a name to search to add an assignee to the ticket
  3. output gives a 404

i also queried the endpoint with a quick nodejs test and the error is for issueKey=null no longer exists

{ errorMessages: [ 'The issue no longer exists.' ], errors: {} }
[2025-02-17 17:40:03:973] curl -X GET -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 <apikey>" "https://<customJiraDomain>.com/rest/api/latest/user/assignable/search?issueKey=null&username=jeremy" 
[2025-02-17 17:40:03:973] ---------------------------------------------------------------------- 
[2025-02-17 17:40:04:270]   Error: error posting comment: AxiosError: Request failed with status code 404

Expected behavior
I want to search and add an assignee to an issue

Screenshots

Image

Environment and Version (please complete the following information):
AtlasCode: 3.4.6
Version: 1.97.1 (user setup)
Commit: e249dada235c2083c83813bd65b7f4707fb97b76
Date: 2025-02-10T13:13:58.153Z
Electron: 32.2.7
ElectronBuildId: 10660205
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.22621

Additional context
Add any other context about the problem here.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    JIRAThis is related to JIRAbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions