Skip to content

Persistent Cookie Issue After Incorrect jiraUser Initialization #89

Description

@Asmodeyby

When an incorrect jiraUser is first provided, a cookie is created that persists across subsequent requests. Even if the jiraUser is corrected, the system continues to use the outdated cookie, resulting in ongoing errors until the cookie is manually deleted. This behavior can lead to significant time loss in troubleshooting, as was my case.

Steps to Reproduce:

Initialize a request with an incorrect jiraUser.
Observe that a cookie is created.
Correct the jiraUser and attempt a new request.
Note that the system still throws an error because it continues to use the initial cookie.

Expected Behavior: When the jiraUser is updated, the existing cookie should either be invalidated or updated to reflect the correct user data, preventing subsequent errors.

Suggested Fix/Improvement: Mention this behavior in the README as a known issue or provide guidance on handling cookies in case of jiraUser updates to avoid errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions