-
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
Jira Source: Added resolutiondate to fields on issues stream #13202
Jira Source: Added resolutiondate to fields on issues stream #13202
Conversation
@Mainara thanks, can you sign the CLA and bump the Dockerfile version? |
/test connector=connectors/source-jira
Build FailedTest summary info:
|
@marcosmarxm I made the changes. 😃 |
/test connector=connectors/source-jira
Build PassedTest summary info:
|
/publish connector=connectors/source-jira
|
/publish connector=connectors/source-jira auto-bump-version=false
|
/publish connector=connectors/source-jira auto-bump-version=false
|
…hq#13202) * Added resolutiondate to fields on issues stream (jira source) * updated jira source changelog * updated dockerfile version * correct jira ci Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
What
This PR solves the problem of mapping the date and time when an issue was completed, which is extremely important for projects that use Airbyte to pull data from Jira and monitor the progress of activities.
How
I added the resolutiondate field in the
fields
object present in the streamissues
,Recommended reading order
x.java
y.python
User Impact
There is no breakchanges, just more information being returned in the stream
issues
.Pre-merge Checklist
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog example