How to get the issue custom field details along with history

AK July 19, 2022

Hello,

Currently I am looking for a Rest API end point in Jira where it can list the custom field date and its history and its last modified date also looking to get the cascading custom field data in csv in to a separate columns.Capture-Customization.PNG

1 answer

0 votes
Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 22, 2022

Hi,

You will need to use the changehistory parameter when you access an issue viz Rest API.

Then you'll need to iterate over each history item to get the data you want.

AK July 27, 2022

Hello Mohamed,

 

Thanks for your response, but i am completely new to Jira rest api's could you provide me the reference docs where i can achieve it. 

Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 27, 2022
Like AK likes this
AK August 23, 2022

Hello Mohammed,

I have used some script and now able to see the history of a field data.

Thanks!

Suggest an answer

Log in or Sign up to answer