-
Notifications
You must be signed in to change notification settings - Fork 127
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
[MM-794]: Fixed the issue of fields not prefilled when creating issue with custom fields #1127
base: master
Are you sure you want to change the base?
Conversation
q.Add(key, id) | ||
} | ||
case []interface{}: | ||
for _, element := range fieldTyped { |
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.
@Kshitij-Katiyar can you add some comments indicating what field type(s) each case represents.
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.
@wiggin77 Added the comment for what fields are handled in each case.
please have a look
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.
Looks good. Needs some comments.
/update-branch |
Summary
Fixed the issue of fields not being prefilled when creating issues with custom fields. Unable to support the fields related to the users because the Username is not available in the create issue data and all the user picker fields on the Jira create issue form work on the username.
Added Support for:
Fields still not supported
Issue link
Fixes #794
Video Link
https://flonnect.com/video/6d26327abd0d-4a7d-855a-3f4c909e8648
How to test