Skip to content

Conversation

@evan-guyot
Copy link

Hi,

As seen in the body response of the following Jira REST API endpoint:

/tap_jira/streams.py:381

class IssueStream(JiraStream):
    """Issue stream.

    https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-get
    """
    
    ...

I'd like to add the releaseDate property from the fixVersions field of issues, as I need this data for extraction.

Thank you for taking the time to review this pull request.

Best regards,
Evan Guyot

@evan-guyot evan-guyot requested a review from a team as a code owner July 1, 2025 08:07
@evan-guyot evan-guyot closed this Jul 1, 2025
@evan-guyot evan-guyot deleted the patch-1 branch July 1, 2025 08:08
@evan-guyot evan-guyot restored the patch-1 branch July 1, 2025 08:09
@evan-guyot evan-guyot reopened this Jul 1, 2025
Copy link
Member

@edgarrmondragon edgarrmondragon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @evan-guyot.

I can't for the life of me find this field in the docs? Can you share a screenshot of where you see it?

@evan-guyot
Copy link
Author

Hey @edgarrmondragon and thank you for reviewing this PR,

Unfortunately, I even wasn’t able to locate the fixVersions field, and their documentation is not much detailed, i believe it's the same object as on the issues.version property.
Would you be able to try it in a test environment? If you need one set up, just reach me out via Twitter or by email (links on my profile) and i will send you a cURL, so you can verify by yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants