Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for GetList Unmarshalling Issue #630

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 31, 2023

  1. Fix for GetList

    Currently the GetList() function for IssueLinkTypes in OnPremise and
    Cloud fails to return the JSON document from the API. This is because it
    expects a top level array of subdocuments and not a top level document
    containing an array of subdocuments. I have corrected this behavior and
    revised the tests to ensure the behavior is correct. I have also tested
    this behavior against my own Jira OnPremise and Cloud instances.
    anwalsh committed May 31, 2023
    Configuration menu
    Copy the full SHA
    307d9b5 View commit details
    Browse the repository at this point in the history
  2. Fix for GetList

    Currently the GetList() function for IssueLinkTypes in OnPremise and
    Cloud fails to return the JSON document from the API. This is because it
    expects a top level array of subdocuments and not a top level document
    containing an array of subdocuments. I have corrected this behavior and
    revised the tests to ensure the behavior is correct. I have also tested
    this behavior against my own Jira OnPremise and Cloud instances.
    anwalsh committed May 31, 2023
    Configuration menu
    Copy the full SHA
    fd20c71 View commit details
    Browse the repository at this point in the history