Skip to content

[Jira] Issue in get_issue_changelog with advanced_mode=True #1137

Open
@mesigned

Description

@mesigned

Module: jira.py
Function: get_issue_changelog
Line: return (self.get(url) or {}).get("changelog")
Error Message: 'Response' object has no attribute 'get'

Pseudo Example

jira = Jira(
        url="https://jira.example.com/", 
        username="user",
        password="pass",
        advanced_mode=True
    )

jira.get_issue_changelog("TEST-1234")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions