Hello !
When I make this request :
https://example.com/jira1/rest/api/latest/issue/{issue name}?expand=changelog&fields=changelog
I have more than 350 fields and subfields for a single issue.
In the "changelog" object there is a "histories" list of objects and in that "histories" list, for each object there is a "items" field.
1st question : Is that possible to display in the response only the "items" fields ?
2nd question : Is that possible to display only the "items" that have a "field" : "timeestimate" ?
Thank's !
I think the short answer is No and No.
The histories object is a sub-item of changelog and only changelog is exposed via the API. It is relatively simple and quick to iterate through all changelogs and all histories and extract the info you're after - in your case checking for the timeestimate
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.