add missing min/max to BoardConfigurationColumn #430
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Please describe what does this Pull Request fix or add?.
Information that is useful here:
The What: What is your change doing?
Fixing missing fields in BoardConfigurationColumn struct.
The Why: Why is your change useful/needed? What is your use case? (this helps us to understand the real world better)
So we can identify what is the min/max of a column and to complete the API implementation 👍
Doc URL: https://developer.atlassian.com/cloud/jira/software/rest/api-group-board/#api-agile-1-0-board-boardid-configuration-get
Doc pic:
Type of change: Things like Bugfix, New feature, Code quality improvements, Dependency upgrade, Documentation, ...
I think it's a new feature, but its also a bug fix, so I labeled the commit as a feature.
Breaking change: Yes or no? Backward compatible?
Backwards compatible
Related to an issue: Does this fix or close an issue? Or is related in any kind?
Did not find any issue
Jira Version + Type: Which Jira version and type (on-premise / cloud) you have used?
Unfortunately I'm not sure.
Example:
Let us know how users can use or test this functionality.
Checklist