Skip to content
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

Gitlab Issue has missing access to field closed_at #369

Open
davydov-vyacheslav opened this issue Feb 11, 2020 · 0 comments
Open

Gitlab Issue has missing access to field closed_at #369

davydov-vyacheslav opened this issue Feb 11, 2020 · 0 comments

Comments

@davydov-vyacheslav
Copy link

Hi,

As the developer I'd like to get information about closed date of the (closed) issue. As per documentation, Gitlab is returning it within response (https://docs.gitlab.com/ce/api/issues.html#single-issue).

The problem is that GitlabIssue doesn't have accessors for the field

    @JsonProperty("closed_at")
    private Date closedAt;

I do able to retrieve it via reflection mechanism, but IMHO, that's not good

Is that done by certain business logic?

Thanks in advance,
Slava

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

No branches or pull requests

1 participant