Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get issue custom field update date thru api

Algirdas Jarosas
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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