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

Subscription modal does not show all field types if project has more than 50 fields #992

Open
mickmister opened this issue Oct 20, 2023 · 1 comment

Comments

@mickmister
Copy link
Member

When we fetch the "create issue metadata" data from Jira, it limits the number of fields expanded to a maximum of 50 fields. For a given project & issue type that has more than 50 configured fields in Jira, some fields will not be shown if it happens to be omitted from the 50 that are returned from Jira.

The task here is to make sure we include the field data for all fields on a given project & issue type. We may need to change something about the existing request that expands the fields, or perform additional requests to fill in the missing data.

@mickmister
Copy link
Member Author

mickmister commented Oct 20, 2023

Here is a minimal example that is returned from Jira. Notice the fields are in alphabetical order, and that fixVersions is the last listed field. Since Jira only returned 50 fields, all fields that come after fixVersions were omitted. In the case of the project & issue type in question, there should be other fields such as priority.

create-issue-metadata-response.json

@avas27JTG avas27JTG added this to the v4.1.0 milestone Dec 6, 2023
@avas27JTG avas27JTG modified the milestones: v4.1.0, next milestone Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants