-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Source Jira: add expand on lead field #26920
Source Jira: add expand on lead field #26920
Conversation
Before Merging a Connector Pull RequestWow! What a great pull request you have here! 🎉 To merge this PR, ensure the following has been done/considered for each connector added or updated:
If the checklist is complete, but the CI check is failing,
|
/test connector=connectors/source-jira |
@alafanechere Hey, could you help me with this one? Thank you so much! |
@marcosmarxm / @sajarin could you please run tests on a non-forked branch? |
@sh4sh can you review and run the tests? |
/test connector=connectors/source-jira
Build FailedTest summary info:
|
@jkleinkauff please make sure to sign the CLA. |
@marcosmarxm Just signed. Thank you !! |
Hey @sh4sh is there anything missing from my side? |
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 @jkleinkauff the contribution looks good. I need to push some changes to make test work properly. I'll publish later today.
/test connector=connectors/source-jira
Build PassedTest summary info:
|
What
The current project stream is not getting information for the lead field. This PR expands the stream to lead so we will be able to use that information.
#26851
How
Expand the project stream to lead field.
params["expand"] = "description,lead"