How to get issue custom field update date thru api

Algirdas Jarosas November 28, 2019

Hello,

 

Is there some way to get thru api issue custom field update date value?

1 answer

0 votes
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 12, 2019

Hello @Algirdas Jarosas ,

To get a custom field value from the API use the "GET /rest/api/2/issue/{issueIdOrKey}"  endpoint and specify the field by the customfield_ID like this:

/rest/api/latest/issue/EXE-123?fields=customfield_10101

Regards,
Earl

Suggest an answer

Log in or Sign up to answer