-
-
Notifications
You must be signed in to change notification settings - Fork 471
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
Add Items and Custom to FieldSchema #332
Add Items and Custom to FieldSchema #332
Conversation
Hey @bossinc, |
Under |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bossinc!
Overall it is looking good. One copy/paste mistake and two smaller things.
Let me know what you think about this.
Co-authored-by: Andy Grunwald <[email protected]>
@andygrunwald thank you for for finding the copy/paste mistake and you are right to add the other two fields. Thank you! |
Thanks @bossinc |
Description
Please describe what does this Pull Request fix or add?.
Adding
Items
andCustom
toFieldSchema
so they can be used to determine the data type of a Jira field.Information that is useful here:
Items
andCustom
toFieldSchema
Type
can bearray
and theItems
can bestring
or some other type. It is useful to have that information if the user wants to get more information about the data typeExample:
Let us know how users can use or test this functionality.
// Example code
Checklist