-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: REST API
-
None
-
1
-
1
Problem Definition
While both the Java API, and REST API, allow reading issue archive status (eg, isArchived, archivedBy, archivedDate), the Atlassian Java REST API client does not.
For more information see
https://docs.atlassian.com/jira-rest-java-client-parent/4.0.0/apidocs/com/atlassian/jira/rest/client/api/domain/Issue.html
Suggested Solution
Have archived related parameters (eg, isArchived, archivedBy, archivedDate) readable by Atlassian Java REST API client.