OBJECT
XrayHistoryResults
Xray History Results type
link GraphQL Schema definition
1 type XrayHistoryResults { 2 3 # Total amount of issues. 4 Int : 5 6 # Index of the first item to return in the page of results (page offset). 7 Int : 8 9 # Maximum amount of History results to be returned. The maximum is 100. 10 Int : 11 12 # Precondition issue results. 13 XrayHistoryEntry] : [ 14 15 }